/// export declare const StyledSearchBarWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledSearchBarMobileWrapper: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLDivElement>, {}>; export declare const StyledSearchBarMobileModalHeader: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLElement>, {}>; export declare const StyledHiddenInputMobile: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme; as?: import("react").ElementType; }, import("react").DetailedHTMLProps, HTMLInputElement>, {}>; export declare const StyledInput: import("@emotion/styled").StyledComponent<{ value: string; name: string; size: "lg" | "md" | "sm"; readOnly?: boolean; isNumerousKeyboard?: boolean; autoComplete?: "on" | "off"; errorMessage?: string; showErrorMessage?: boolean; actionIcon?: JSX.Element; onActionClick?: () => void; displayIcon?: JSX.Element; label?: string | JSX.Element; onChange?: (v: string) => void; isDisabled?: boolean; CustomInput?: JSX.Element; type?: "number" | "text" | "search" | "none" | "tel" | "url" | "email" | "numeric" | "decimal"; inputClassName?: string; trackingAttributes?: import("./types").GATrackingCode; enterKeyHint?: "enter" | "done" | "go" | "next" | "previous" | "search" | "send"; } & Omit, "onChange" | "name" | "value"> & { theme?: import("@emotion/react").Theme; }, {}, {}>;