import { BitmapSource } from "./BitmapSource"; import { Type } from "igniteui-webcomponents-core"; /** * @hidden */ export declare class WBitmap extends BitmapSource { static $t: Type; private _l; constructor(a: number, b: number); get _pixels(): number[]; _n(): void; }