/// import { FieldValues } from 'react-hook-form'; import { LmRhfProps } from './lmRhfProps'; import { LmAutocompleteProps } from '../LmAutocomplete'; export type LmAutocompleteRhfProps = LmRhfProps & LmAutocompleteProps & { matchId?: boolean; }; export declare function LmAutocompleteRhf({ name, rules, control, defaultValue, matchId, options, multiple, ...inputProps }: LmAutocompleteRhfProps): JSX.Element; //# sourceMappingURL=LmAutocompleteRhf.d.ts.map