///
import type { ASTType, RichTextEditorProps } from '@toptal/picasso-rich-text-editor';
import type { Except } from 'type-fest/source/except';
import type { FieldProps } from '../FieldWrapper';
import type { Props as FieldLabelProps } from '../FieldLabel';
declare type OverriddenProps = {
defaultValue?: ASTType;
value?: never;
initialValue?: never;
};
export declare type Props = RichTextEditorProps & Except, keyof OverriddenProps> & OverriddenProps & FieldLabelProps;
export declare const RichTextEditor: (props: Props) => JSX.Element;
export default RichTextEditor;
//# sourceMappingURL=RichTextEditor.d.ts.map