/** * Templates View * * Renders the template selection screen. */ import type { AppState } from "../state.js"; export declare function renderTemplatesView(state: AppState): string; //# sourceMappingURL=templates.d.ts.map