import { Base, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ST_BlipCompression } from "./ST_BlipCompression"; import { CT_Color } from "./CT_Color"; /** * @hidden */ export declare class CT_Blip extends Base { static $t: Type; c: Nullable$1; d: string; e: string; a: CT_Color; b: CT_Color; }