import { TEditorConfiguration } from "../documents/editor/core"; export default function App({ onSave, templateName, }: { onSave?: (output: { html: string; json: TEditorConfiguration; name: string; }) => void; templateName: string; }): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=index.d.ts.map