/** * ListContainer Template * * Generates {Module}ListContainer.tsx component for the list page. */ import { FrontendTemplateData } from "../../types/template-data.interface"; /** * Generate the list container component file content * * @param data - Frontend template data * @returns Generated file content */ export declare function generateListContainerTemplate(data: FrontendTemplateData): string; //# sourceMappingURL=list-container.template.d.ts.map