import { CellInfoDescription } from "./CellInfoDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class ImageCellInfoDescription extends CellInfoDescription {
    static $t: Type;
    protected get_type(): string;
    private static __marshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private go;
    get imagePath(): string;
    set imagePath(a: string);
    private gq;
    get imageStretchOption(): string;
    set imageStretchOption(a: string);
    private gp;
    get imageResourceType(): string;
    set imageResourceType(a: string);
}
