import { StyleSheet } from 'react-native'; declare const _default: StyleSheet.NamedStyles<{ container: {}; tabs: { flexDirection: string; borderTopWidth: number; height: number; paddingTop: number; paddingBottom: number; borderColor: string; backgroundColor: string; }; tab: { flex: number; justifyContent: string; alignItems: string; }; activeTab: {}; tabContainer: { justifyContent: string; alignItems: string; width: string; height: string; }; tabIsNotFirst: { borderColor: string; borderLeftWidth: number; }; text: { paddingRight: number; }; activeText: { color: string; }; tabContentContainer: { top: number; width: string; height: number; backgroundColor: string; }; tabContent: { maxHeight: number; backgroundColor: string; }; }>; export default _default;