import { XmlAttributeComponent } from "file/xml-components"; export interface IPicAttributes { readonly xmlns?: string; } export class PicAttributes extends XmlAttributeComponent { protected readonly xmlKeys = { xmlns: "xmlns:pic", }; }