import { Base, Nullable$1, Type } from "igniteui-react-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<ST_BlackWhiteMode>;
    a: IEG_FillProperties;
}
