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