import { Base, Nullable$1, Type } from "igniteui-react-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<ST_BlipCompression>;
    d: string;
    e: string;
    a: CT_Color;
    b: CT_Color;
}
