import { GridColumnOptionsSectionBaseDescription } from "./GridColumnOptionsSectionBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare abstract class GridColumnOptionsSimpleSectionBaseDescription extends GridColumnOptionsSectionBaseDescription { static $t: Type; protected get_type(): string; constructor(); private ax; get caption(): string; set caption(a: string); private av; get showCaption(): boolean; set showCaption(a: boolean); }