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