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