/**
 * Centralized font stacks for SVG templates.
 * Keep these consistent across templates and overlay generators.
 */
export declare const SYSTEM_FONT_STACK = "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Helvetica Neue', Arial, sans-serif";
export declare const SERIF_FONT_STACK = "Georgia, 'Times New Roman', serif";
