import * as react_jsx_runtime from 'react/jsx-runtime'; import { FieldValues, UseControllerProps } from 'react-hook-form'; import { Primitive, SwitchGroupProps as SwitchGroupProps$1 } from '@mantine/core'; type SwitchGroupProps = UseControllerProps & Omit, "value" | "checked" | "defaultValue">; declare function SwitchGroup({ name, control, defaultValue, rules, shouldUnregister, onChange, ...props }: SwitchGroupProps): react_jsx_runtime.JSX.Element; export { SwitchGroup }; export type { SwitchGroupProps };