import type { BrandingConfig } from "./types"; export declare function generateCSSCustomProperties(branding: BrandingConfig): Record;