import { SortingFn } from "@tanstack/react-table"; import { CellWithCustomSortingValue, ITableItem } from "@components/Table/Table.interface"; export declare const defaultSortingFunction: SortingFn; export declare const isCellWithCustomSortingValue: (obj: unknown) => obj is CellWithCustomSortingValue;