import { SearchProps, TextStyle } from '../type'; interface SearchWrapperProps extends SearchProps { placeTextStyle: TextStyle; bgColorMemo: string; style: any; } export declare const SearchWrapper: import("styled-components").StyledComponent<"div", any, SearchWrapperProps, never>; export {};