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