import { GridColumnOptionsSimpleSectionBaseDescription } from "./GridColumnOptionsSimpleSectionBaseDescription"; import { Type } from "./type"; /** * @hidden */ export declare class GridColumnHideOptionsDescription extends GridColumnOptionsSimpleSectionBaseDescription { static $t: Type; protected get_type(): string; constructor(); }