export declare function renderWordmark(subtitle?: string): string; export declare function renderErrorBox(message?: string): string; export declare function renderMetaRows(rows: Array<{ label: string; value: string; }>): string; export declare function renderStatusBadge(variant: "ok" | "err", text: string): string; //# sourceMappingURL=components.d.ts.map