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