import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface SearchBarStyle { input: TextStyle; inputWrapper: ViewStyle; wrapper: ViewStyle; cancelTextContainer: ViewStyle; cancelText: TextStyle; search: TextStyle; } declare const _default: (theme: Theme) => { input: import("react-native").RegisteredStyle; inputWrapper: import("react-native").RegisteredStyle; wrapper: import("react-native").RegisteredStyle; cancelTextContainer: import("react-native").RegisteredStyle; cancelText: import("react-native").RegisteredStyle; search: import("react-native").RegisteredStyle; }; export default _default;