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 PopoverStyledProps { variant?: keyof typeof variants; } export declare const Overlay: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, PopoverStyledProps>> & string; export declare const PopoverStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute, HTMLDivElement>, PopoverStyledProps>> & string;