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