export declare const BREAKPOINTS: { small: number; medium: number; large: number; }; export declare const ELEMENTS: { ELEMENT_WRAPPER: string; }; export declare const SLOTS: { CONTACT_HEADLINE: string; CONTACT_LINKS: string; CONTACT_ADDRESS: string; CTA: string; SOCIAL: string; UTILITY: string; LINK_COLUMN_ONE: string; LINK_COLUMN_TWO: string; LINK_COLUMN_THREE: string; }; export declare const VARIABLES: { VERSION_TYPE_MEGA: string; VERSION_TYPE_VISUAL: string; VERSION_TYPE_SIMPLE: string; VERSION_TYPES: string[]; THEME_OPTION_DARK: string; THEME_OPTION_LIGHT: string; }; //# sourceMappingURL=globals.d.ts.map