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