import { DataGridColumnDescription } from "./DataGridColumnDescription";
import { BaseDataSourceDescription } from "./BaseDataSourceDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ImageColumnDescription extends DataGridColumnDescription {
    static $t: Type;
    protected get_type(): string;
    private static __canMarshalByValue1;
    constructor();
    private fl;
    get imageStretchOption(): string;
    set imageStretchOption(a: string);
    private fj;
    get editorType(): string;
    set editorType(a: string);
    private fh;
    get editorDataSourceRef(): string;
    set editorDataSourceRef(a: string);
    private fe;
    get editorDataSource(): BaseDataSourceDescription;
    set editorDataSource(a: BaseDataSourceDescription);
    private fi;
    get editorTextField(): string;
    set editorTextField(a: string);
    private fk;
    get editorValueField(): string;
    set editorValueField(a: string);
}
