import * as React from 'react'; import { Animated, type StyleProp, type ViewStyle } from 'react-native'; import type { HeaderSearchBarOptions, HeaderSearchBarRef } from '../types'; export declare const HeaderSearchBar: React.ForwardRefExoticComponent & { visible: boolean; onClose: () => void; tintColor?: string; style?: Animated.WithAnimatedValue>; } & React.RefAttributes>; //# sourceMappingURL=HeaderSearchBar.d.ts.map