export declare const style: { clearIconWrapper: { position: "absolute"; right: number; }; container: {}; input: { flex: number; fontSize: number; height: number; paddingHorizontal: number; }; inputContainer: { alignContent: "center"; alignItems: "center"; borderColor: string; borderWidth: number; flex: number; flexDirection: "row"; }; locateButton: {}; locateIcon: { height: number; marginRight: number; width: number; }; rightButton: { padding: number; }; searchBarContainer: { alignItems: "center"; flexDirection: "row"; }; searchIcon: { height: number; marginLeft: number; opacity: number; width: number; }; searchIconFocused: { opacity: number; }; }; export type { ImageStyle, RegisteredStyle, TextStyle, ViewStyle } from 'react-native';