import React from 'react';
import { RichTextEditorProps } from './types';
export declare const Editor: React.FC<Omit<RichTextEditorProps, 'toolBarProps' | 'classname'>>;
