import '@wangeditor/editor/dist/css/style.css'; type Props = { value?: string; }; declare const EditorComponent: (props: Props) => import("react/jsx-runtime").JSX.Element; export default EditorComponent;