///
import { RightActionsButtonOptions } from "../Toolbar/types";
import { BatchActionsProps } from "./types";
declare function BatchActions({ totalNumOfTableRows, entityName, entityNamePluralised, actions, floating, }: BatchActionsProps): JSX.Element;
export default BatchActions;
//# sourceMappingURL=index.d.ts.map