import { CanvasGridCellBase } from "./CanvasGridCellBase";
import { DomRenderer } from "igniteui-webcomponents-core";
import { CellContentHorizontalAlignment } from "./CellContentHorizontalAlignment";
import { CellContentVerticalAlignment } from "./CellContentVerticalAlignment";
import { ImageResourceType } from "./ImageResourceType";
import { Type } from "igniteui-webcomponents-core";
/**
 * @hidden
 */
export declare class CanvasImageCell extends CanvasGridCellBase {
    static $t: Type;
    private da;
    private db;
    private df;
    private dc;
    private de;
    get dd(): number;
    set dd(a: number);
    constructor(a: DomRenderer);
    di(a: string, b: ImageResourceType): void;
    private dh;
    private dl;
    dg(): void;
    dj(a: CellContentHorizontalAlignment): void;
    dk(a: CellContentVerticalAlignment): void;
    protected get_af(): boolean;
}
