import { ViewStyle } from 'react-native'; import { Theme } from '../../style'; export interface TabsStyle { container: ViewStyle; topTabBarSplitLine: ViewStyle; bottomTabBarSplitLine: ViewStyle; } declare const _default: (theme: Theme) => { container: import("react-native").RegisteredStyle; topTabBarSplitLine: import("react-native").RegisteredStyle; bottomTabBarSplitLine: import("react-native").RegisteredStyle; }; export default _default;