import { TemplateCellInfoDescription } from "./TemplateCellInfoDescription"; import { Type } from "./type"; /** * @hidden */ export declare class TemplateHeaderCellInfoDescription extends TemplateCellInfoDescription { static $t: Type; protected get_type(): string; private static __marshalByValue2; private static __marshalByValueAlias2; constructor(); private gr; get isFilterUIVisible(): boolean; set isFilterUIVisible(a: boolean); }