import { type FC, type ReactNode } from 'react'; /** * __Bulk action overlay__ * * A bulk action overlay is used to conditionally render when a user makes a row selection */ export declare const BulkActionOverlay: FC<{ children: ReactNode; }>;