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