/// import { Select } from "@table-library/react-table-library/types/select"; export declare function formatSelectButtonText(totalNumOfTableRows: number, entityName: string, entityNamePluralised: string): string; export declare function getSelectAllButtonProps(selectableRows: boolean, selectLogic: Select, totalNumOfTableRows: number, entityName: string, entityNamePluralised: string): { children: string; onClick: () => void; }; export declare function getNumOfRowsSelected(selectableRows: boolean, numOfRowsSelected: number, totalRows: number, entityName: string, entityNamePluralised: string): JSX.Element; //# sourceMappingURL=logic.d.ts.map