/// import { FieldValues } from 'react-hook-form'; import { LmRhfProps } from './lmRhfProps'; import { LmStarRatingProps } from '../LmStarRating'; export type LmStarRatingRhfProps = LmStarRatingProps & LmRhfProps & {}; export declare function LmStarRatingRhf({ name, control, rules, defaultValue, ...inputProps }: LmStarRatingRhfProps): JSX.Element; //# sourceMappingURL=LmStarRatingRhf.d.ts.map