import { DependencyList } from "react"; /** * This hook returns total number of table cells count in table header */ export declare function useTableHeadCellsCount(tableElementId: string, dependencies: DependencyList): number; //# sourceMappingURL=useTableHeadCellsCount.d.ts.map