import { DataGridColumnDescription } from "./DataGridColumnDescription";
import { Type } from "./type";
/**
 * @hidden
 */
export declare class TemplateColumnDescription extends DataGridColumnDescription {
    static $t: Type;
    private g3;
    get templateRef(): string;
    set templateRef(a: string);
    protected get_type(): string;
    private static __canMarshalByValue1;
    private static __marshalByValueAlias1;
    constructor();
    private g2;
    get cellUpdatingRef(): string;
    set cellUpdatingRef(a: string);
}
