export declare const BREAKPOINTS: { small: number; medium: number; }; export declare const SLOTS: { HEADLINE: string; BODY: string; CTA: string; }; export declare const ELEMENTS: { ICON_CLASS: string; }; export declare const VARIABLES: { ALERT_LOCAL_STORAGE_KEY: string; }; //# sourceMappingURL=globals.d.ts.map