import * as React from 'react'; export interface EditorPortalProps { children: React.ReactNode; } export declare const EditorPortal: React.FC;