export declare const checkboxCellSelector = ".checkbox-cell"; export declare const updateSelectAllCheckbox: import("lodash").DebouncedFunc<(checkboxContainer?: HTMLElement | null, selectAllCheckbox?: HTMLInputElement | null) => void>; declare const useDataCheckboxes: (onSelectionChange?: (event: MouseEvent | KeyboardEvent) => void) => { selectAllRef: import("react").Dispatch>; checkboxContainerRef: import("react").Dispatch>; checkSelectAllSync: () => void; }; export default useDataCheckboxes; //# sourceMappingURL=useDataCheckboxes.d.ts.map