/** * Content Template * * Generates {Module}Content.tsx — the prop-driven body rendered inside the * container's "Details" tab. Always emitted (returns a string): * - Content-extending modules render the BlockNote content. * - Other modules render an AttributeElement layout of their fields and * relationships. */ import { FrontendTemplateData } from "../../types/template-data.interface"; /** * Generate the content display component file content * * @param data - Frontend template data * @returns Generated file content (always a string) */ export declare function generateContentTemplate(data: FrontendTemplateData): string; //# sourceMappingURL=content.template.d.ts.map