///
export declare const StyledOMap: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledCard: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledHospitalMoreInfo: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledHospitalTitle: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLAnchorElement>, {}>;
export declare const PhoneButton: import("@emotion/styled").StyledComponent, "onClick"> & {
size: "lg" | "md" | "sm" | "xs";
children?: import("react").ReactNode;
color?: "primary" | "secondary" | "transparent" | "tertiary" | "ghost" | "danger" | "success";
theme?: "helloSites" | "marryBaby";
isDisabled?: boolean;
isBlock?: boolean;
title?: string;
className?: string;
icon?: JSX.Element;
iconPosition?: "left" | "right";
isLoading?: boolean;
loadingText?: string;
onClick?: import("react").MouseEventHandler;
dataEventCategory?: string;
dataEventAction?: string;
dataEventLabel?: string;
dataProductChannel?: string;
dataProductSku?: string;
dataProductBrand?: string;
dataProductName?: string;
dataProductPrice?: string;
dataProductCategory?: string;
dataProductPosition?: string;
type?: "button" | "submit" | "reset";
component?: import("react").ElementType;
href?: string;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;