///
export declare const StyleSearchLocationWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyleResultWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledLocationItem: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & {
isSelected?: boolean;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledPinIcon: import("@emotion/styled").StyledComponent<{
className?: string;
color?: string;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;