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