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