import type { EditorPlugin } from './editor/plugin'; export default function App({ plugins, title }: { plugins?: EditorPlugin[]; title?: string; }): import("react").JSX.Element;