import { DataGridColumnDescription } from "./DataGridColumnDescription";
import { BaseDataSourceDescription } from "./BaseDataSourceDescription";
import { BaseGenericDataSourceDescription } from "./BaseGenericDataSourceDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ImageColumnDescription extends DataGridColumnDescription {
    static $t: Type;
    protected get_type(): string;
    private static __canMarshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private ha;
    get imageStretchOption(): string;
    set imageStretchOption(a: string);
    private g8;
    get editorType(): string;
    set editorType(a: string);
    private g6;
    get editorDataSourceRef(): string;
    set editorDataSourceRef(a: string);
    private g0;
    get dataSource(): BaseDataSourceDescription;
    set dataSource(a: BaseDataSourceDescription);
    private g2;
    get genericDataSource(): BaseGenericDataSourceDescription;
    set genericDataSource(a: BaseGenericDataSourceDescription);
    private g7;
    get editorTextField(): string;
    set editorTextField(a: string);
    private g9;
    get editorValueField(): string;
    set editorValueField(a: string);
}
