import type { EditorPanelProps } from "./types"; export declare function EditorPanel({ path, initialContent, onSave, shortcut, showTrigger, }: EditorPanelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=editor-panel.d.ts.map