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