declare type IsMobileProps = { width?: string; height?: string; isMobile: boolean; fontSize?: string; }; export declare const Wrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, IsMobileProps, never>; export declare const StyledInput: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, IsMobileProps & { showClear: boolean; }, never>; export declare const IconWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, IsMobileProps, never>; export declare const SearchButtonWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, IsMobileProps, never>; export declare const ClearButtonWrapper: import("styled-components").StyledComponent<"div", import("styled-components").DefaultTheme, IsMobileProps, never>; export {};