///
export declare const PopupRoot: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
} & {
size?: "small" | "medium" | "large" | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const PopupCloseButtonContainer: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme | undefined;
as?: import("react").ElementType | undefined;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;