type BulkActionsCheckboxProps = { checked?: boolean; indeterminate?: boolean; onCheck?(): void; className?: string; }; export declare function BulkActionsCheckbox({ checked, indeterminate, onCheck, className }: BulkActionsCheckboxProps): import("react/jsx-runtime").JSX.Element; export {};