import type { EditorProps } from './interfaces.js'; export declare const Editor: (props: EditorProps) => import("react/jsx-runtime").JSX.Element;