declare const SearchBar: (props: Omit<import("react-native").ViewProps, keyof {
    ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}> & {
    ref?: React.Ref<import("react-native").ViewInstance> | undefined;
}) => React.ReactNode;
export default SearchBar;
//# sourceMappingURL=SearchBar.web.d.ts.map