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