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