import { Description } from "./Description"; import { WebRowTypeDescription } from "./WebRowTypeDescription"; import { Type } from "./type"; /** * @hidden */ export declare class WebGridRowTemplateContextDescription extends Description { static $t: Type; protected get_type(): string; get type(): string; private static __marshalByValue; private static __marshalByValueAlias; constructor(); private k; get implicit(): WebRowTypeDescription; set implicit(a: WebRowTypeDescription); }