interface BatchActionBarProps { selectedCount: number; onCopy: () => void; onDuplicate: () => void; onDelete: () => void; onClearSelection: () => void; clipboardCount: number; onPaste: () => void; } export declare function BatchActionBar({ selectedCount, onCopy, onDuplicate, onDelete, onClearSelection, clipboardCount, onPaste, }: BatchActionBarProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=batch-action-bar.d.ts.map