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