import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_BlackWhiteMode } from "./ST_BlackWhiteMode"; import { IEG_FillProperties } from "./IEG_FillProperties"; /** * @hidden */ export declare abstract class CT_ShapePropertiesBase extends Base { static $t: Type; b: Nullable$1; a: IEG_FillProperties; }