import { CellTypes, ColumnType, GetCellTypeReturnType } from "../../types"; declare function getCellType(cellType: any, { colId, getCellProps }: Omit, "label">, rowData: any, emptyPlaceholderText: any): GetCellTypeReturnType; export default getCellType; //# sourceMappingURL=logic.d.ts.map