declare const DEFAULT_COLUMNS_FIELDS: { id: string; fieldName: string; title: string; type: string; selfTitle: string; }[]; export { DEFAULT_COLUMNS_FIELDS };