import { TextStyle, ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface TabBarStyle { container: ViewStyle; tabs: ViewStyle; tab: ViewStyle; underline: ViewStyle; textStyle: TextStyle; } declare const _default: (theme: Theme) => { container: import("react-native").RegisteredStyle; tabs: import("react-native").RegisteredStyle; tab: import("react-native").RegisteredStyle; underline: import("react-native").RegisteredStyle; textStyle: import("react-native").RegisteredStyle; }; export default _default;