import { BrandingConfiguration } from "../saasquatch"; declare global { interface Window { SquatchBrandingConfig: BrandingConfiguration | null; } } export declare const parseBrandingConfig: (config: BrandingConfiguration | null) => { styles: string; font: string; };