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