import { TableExpandable, TableSelectable } from '../types'; import { SelectAllProps } from './SelectAll'; type SelectAllRowsArg = Omit, 'onChange'>; export declare function getChildrenRows(parentRow: T, getChildren?: TableExpandable['getChildren']): T[]; export declare function areAllInPageSelected({ items, selectedItems, getChildren, pagination, getRowId, isChildrenRowsSelectable, }: SelectAllRowsArg): boolean; export declare function areSomeInPageSelected({ items, selectedItems, getChildren, pagination, getRowId, isChildrenRowsSelectable, }: SelectAllRowsArg): boolean; export declare function getSelectAllState(params: SelectAllRowsArg): TableSelectable['selectedItems']; export {}; //# sourceMappingURL=helpers.d.ts.map