///
import { FieldValues } from 'react-hook-form';
import { LmDateSelectionProps } from '../dateSelection/LmDateSelection';
import { LmRhfProps } from '../../../form/rhf/lmRhfProps';
export type LmDateSelectionRhfProps = LmRhfProps & LmDateSelectionProps;
export declare function LmDateSelectionRhf({ name, defaultValue, control, rules, ...rest }: LmDateSelectionRhfProps): JSX.Element;
//# sourceMappingURL=LmDateSelectionRhf.d.ts.map