///
export declare const StyledPopup: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
type StyledButtonGroupProps = {
siteType: 'helloSites' | 'marryBaby';
};
export declare const StyledButtonGroup: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & StyledButtonGroupProps, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export {};