/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { ITooltipHostStyles } from '@fluentui/react'; export declare const HoverContainer: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const LeftIcon: import("styled-components").StyledComponent; export declare const RightIcon: import("styled-components").StyledComponent; export declare const hostStyles: Partial;