import React from 'react'; export type IEditorPortalTarget = { value: HTMLElement | undefined; setValue: (HTMLElement) => void; }; export const EditorPortalTargetContext: React.Context;