import { Base, Stream, Nullable$1, Type } from "igniteui-react-core";
import { ImageFormat } from "./ImageFormat";
import { Guid } from "igniteui-react-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<Guid>;
    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;
}
