import type { ReactNode } from "react"; import { type TextEditorViewInput } from "./text-editor-panel.js"; export declare function TextEditorPanel(props: TextEditorViewInput): ReactNode;