/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ export declare const Container: import("styled-components").StyledComponent<"div", any, { background: string; color: string; }, never>; export declare const H3: import("styled-components").StyledComponent<"h3", any, {}, never>; export declare const Left: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Middle: import("styled-components").StyledComponent<"div", any, { hasFarCommandBar: boolean; }, never>; export declare const Right: import("styled-components").StyledComponent<"div", any, {}, never>;