import { BulkActionNode } from '../lib/bulk.js'; export declare function BulkBar({ actions, selectedKeys, allMatching, total, query, canSelectAllMatching, onSelectAllMatching, onCompleted, }: { actions: BulkActionNode[]; selectedKeys: string[]; allMatching: boolean; total?: number; query: Record; canSelectAllMatching: boolean; onSelectAllMatching: () => void; onCompleted: () => void; }): import("react").JSX.Element;