import { CT_ShapePropertiesBase } from "./CT_ShapePropertiesBase";
import { IEG_Geometry } from "./IEG_Geometry";
import { CT_LineProperties } from "./CT_LineProperties";
import { CT_Transform2D } from "./CT_Transform2D";
import { XmlPartManagerBase } from "./XmlPartManagerBase";
import { Nullable$1, Type } from "igniteui-react-core";
import { ST_BlackWhiteMode } from "./ST_BlackWhiteMode";
/**
 * @hidden
 */
export declare class CT_ShapeProperties extends CT_ShapePropertiesBase {
    static $t: Type;
    e: IEG_Geometry;
    c: CT_LineProperties;
    d: CT_Transform2D;
    static f(a: XmlPartManagerBase, b: Nullable$1<ST_BlackWhiteMode>): {
        p1: Nullable$1<ST_BlackWhiteMode>;
    };
}
