import { IEditorRefProps, TOriginEditorProps } from "./types/editor"; import React from 'react'; declare const Editor: React.ForwardRefExoticComponent>; export default Editor;