///
export declare const StyledSearchBarInputsWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
}, import("react").DetailedHTMLProps, HTMLDivElement>, {}>;
export declare const StyledInputLocationWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & import("react").ClassAttributes & import("react").HTMLAttributes & {
children?: import("react").ReactNode;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledInputSearchWrapper: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: import("react").ElementType;
} & import("react").ClassAttributes & import("react").HTMLAttributes & {
children?: import("react").ReactNode;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;
export declare const StyledClearIcon: import("@emotion/styled").StyledComponent<{
className?: string;
color?: string;
} & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;