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