import { XmlAttributeComponent } from "../../../../../file/xml-components"; export declare class GraphicDataAttributes extends XmlAttributeComponent<{ readonly uri?: string; }> { protected readonly xmlKeys: { uri: string; }; }