import { CheckboxGroupProps } from './Checkbox/CheckBoxGroup/CheckBoxGroup.js'; import * as _mantine_core from '@mantine/core'; import { CheckboxProps as CheckboxProps$1 } from '@mantine/core'; import * as react_jsx_runtime from 'react/jsx-runtime'; import { FieldValues, UseControllerProps } from 'react-hook-form'; type CheckboxProps = UseControllerProps & Omit; declare const Checkbox: { ({ name, control, defaultValue, rules, shouldUnregister, onChange, ...props }: CheckboxProps): react_jsx_runtime.JSX.Element; Group: ({ name, control, defaultValue, rules, shouldUnregister, onChange, ...props }: CheckboxGroupProps) => react_jsx_runtime.JSX.Element; Item: _mantine_core.MantineComponent<{ props: CheckboxProps$1; ref: HTMLInputElement; stylesNames: _mantine_core.CheckboxStylesNames; vars: _mantine_core.CheckboxCssVariables; variant: _mantine_core.CheckboxVariant; staticComponents: { Group: typeof _mantine_core.CheckboxGroup; Indicator: typeof _mantine_core.CheckboxIndicator; Card: typeof _mantine_core.CheckboxCard; }; }>; }; export { Checkbox }; export type { CheckboxProps };