declare const DEFAULT_COLUMNS_FIELDS: ({ id: string; fieldName: string; title: string; type: string; selfTitle: string; sortable?: undefined; } | { id: string; fieldName: string; title: string; type: string; sortable: boolean; selfTitle: string; })[]; declare const END_TIME_COLUMN: { id: string; fieldName: string; title: string; type: string; sortable: boolean; selfTitle: string; }[]; export { DEFAULT_COLUMNS_FIELDS, END_TIME_COLUMN };