import type { RenderParams } from "./template-registry.js"; export declare function auroraGradient(p: RenderParams): string; export declare function midnightGlass(p: RenderParams): string; export declare function zenMinimal(p: RenderParams): string; export declare function boldShowcase(p: RenderParams): string; export declare function candyPop(p: RenderParams): string; export declare function noirElegance(p: RenderParams): string; export declare function neonGlow(p: RenderParams): string; export declare function frostBlur(p: RenderParams): string; export declare function organicWave(p: RenderParams): string; export declare function editorialStack(p: RenderParams): string; export declare function panoramicHero(p: RenderParams): string; export declare function duoShowcase(p: RenderParams): string; export declare const templateRenderers: Record string>; //# sourceMappingURL=templates.d.ts.map