export declare const getClassNames: () => import("@fluentui/merge-styles").IProcessedStyleSet<{ footerWrapperSKE: { backgroundColor: string; color: string; }; footerContentSKE: { backgroundColor: string; padding: string; selectors: { '@media (max-width: 1023px)': { maxWidth: string; padding: string; }; }; }; /** BRAND VARIANTS INK */ footerWrapperINK: { backgroundColor: string; color: string; }; footerContentINK: { backgroundColor: string; padding: string; selectors: { '@media (max-width: 1023px)': { maxWidth: string; padding: string; }; }; }; /** BRAND VARIANTS LSO */ footerWrapperLSO: { backgroundColor: string; color: string; }; footerContentLSO: { backgroundColor: string; padding: string; selectors: { '@media (max-width: 1023px)': { maxWidth: string; padding: string; }; }; }; footerDecorContainer: { width: string; marginBottom: number; lineHeight: number; selectors: { svg: { height: string; overflow: string; }; }; }; }>; export declare const getLogoClassNames: () => string;