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