export declare const BRAND_COLOR = "#059669"; export declare function brandAlpha(alpha: number): string; export declare const FONT_STACK = "-apple-system, BlinkMacSystemFont, \"Segoe UI\", Roboto, sans-serif"; export declare const DRAW_STROKE: { readonly color: "var(--mtb-brand-primary)"; readonly width: "3.5"; readonly linecap: "round"; readonly linejoin: "round"; readonly filter: "drop-shadow(0 0 1px rgba(255, 255, 255, 0.95)) drop-shadow(0 1px 2px rgba(15, 23, 42, 0.72))"; }; //# sourceMappingURL=styles.d.ts.map