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