/** * EntityBulkActions - Floating action bar for bulk operations * * Appears at the bottom of the screen when items are selected. * Provides bulk actions like Select All, Change Status, and Delete. * * Migrated from team-manager theme BulkActionsBar with entity system integration. */ import type { EntityBulkActionsProps } from './entity-table.types'; /** * EntityBulkActions - Floating action bar for bulk operations */ export declare function EntityBulkActions({ entitySlug, selectedIds, onClearSelection, config, }: EntityBulkActionsProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=EntityBulkActions.d.ts.map