/** * Phase 3 wrapper — basic flexbox layout for headings, paragraphs, * containers, dividers. The fallback when no higher phase matches the * structured input. */ import type { Phase } from "../phase.js"; export declare const phase3Layout: Phase; //# sourceMappingURL=phase3-layout.d.ts.map