import { DataTableColumnType, FilterType } from './DataTable.types.ts'; export declare const getCellType: (dataInstance: object | undefined, accessor: string, filterType?: DataTableColumnType) => FilterType | null;