export declare class ColumnTypes { static column_type_hidden: string; static column_type_date: string; static column_type_actions: string; static column_type_control: string; static column_type_checkbox: string; }