import { Base, Stream, Nullable$1, Type } from "igniteui-webcomponents-core"; import { ImageFormat } from "./ImageFormat"; import { Guid } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class ExcelImage extends Base { static $t: Type; private readonly a; private readonly c; readonly g: number; readonly f: number; readonly e: boolean; readonly h: Nullable$1; constructor(a: number, b: ImageFormat, c: Stream, d: number, e: number, f: boolean, g: Guid); constructor(a: number, b: ImageFormat, c: Stream); constructor(a: number, ..._rest: any[]); get b(): number[]; get d(): ImageFormat; i(a: Stream, b: ImageFormat): void; }