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