import type { StyleProps } from '@react-types/shared'; export interface BulkActionBarProps { styleProps?: StyleProps; selectedItemCount: 'all' | number; onClearSelection: () => void; } export declare function BulkActionBar({ styleProps, selectedItemCount, onClearSelection, }: BulkActionBarProps): JSX.Element; export default BulkActionBar; //# sourceMappingURL=BulkActionBar.d.ts.map