import React from 'react'; interface EditorProps { } export declare const Editor: React.FC; export {};