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