export declare const HEADER_SIZE = 56; export declare const StyledHeader: import("styled-components").StyledComponent<"header", any, {}, never>; export declare const CollapsableSection: import("styled-components").StyledComponent<"section", any, {}, never>; export declare const NavigationSection: import("styled-components").StyledComponent<"section", any, {}, never>; export declare const WhiteSpaceSection: import("styled-components").StyledComponent<"section", any, {}, never>; export declare const UtilitySection: import("styled-components").StyledComponent<"section", any, {}, never>; export declare const IconContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const IframeContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const SignInButton: import("styled-components").StyledComponent<"a", any, { isDisabled: boolean; }, never>; export declare const OfflineBlock: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const SignInIframe: import("styled-components").StyledComponent<"iframe", any, { isShown: boolean; }, never>;