/** * Editor Template * * Generates {Module}Editor.tsx form component using the EditorSheet wrapper. */ import { FrontendTemplateData } from "../../types/template-data.interface"; export declare function generateEditorTemplate(data: FrontendTemplateData): string; //# sourceMappingURL=editor.template.d.ts.map