export declare const variants: { topCenter: import("styled-components").RuleSet; topLeft: import("styled-components").RuleSet; topRight: import("styled-components").RuleSet; right: import("styled-components").RuleSet; bottomCenter: import("styled-components").RuleSet; bottomLeft: import("styled-components").RuleSet; bottomRight: import("styled-components").RuleSet; left: import("styled-components").RuleSet; }; export interface TooltipStyledProps { variant?: keyof typeof variants; } export declare const TooltipStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLSpanElement>, TooltipStyledProps>> & string;