import { ICustomDatabaseType } from './ICustomDatabaseType'; export declare type SelectableColumnTypes = string | number | boolean | Date | undefined | null | any[] | ICustomDatabaseType;