import React from "react"; import { type SearchAndroidProps } from "./SearchViewAndroid"; import { type SearchIOSProps } from "./SearchViewIOS"; type Props = SearchAndroidProps & SearchIOSProps; export declare const Search: (props: Props) => React.JSX.Element; export default Search; //# sourceMappingURL=Search.d.ts.map