Version: 0.1.0-alpha.00.1.0-alpha.10.1.0-alpha.20.1.0-alpha.30.1.0-alpha.40.1.0-alpha.50.1.0-alpha.60.1.0-alpha.70.1.0-alpha.80.2.0-rc.00.2.00.3.00.4.00.4.10.5.00.5.10.6.00.7.00.8.00.8.10.8.20.8.30.8.41.0.0-alpha.11.0.0-alpha.21.0.0-alpha.31.0.0-alpha.41.0.0-alpha.51.0.01.0.11.0.21.1.01.1.11.1.21.1.31.1.41.2.0-alpha.01.2.02.0.0-alpha.02.0.02.1.02.1.12.1.22.1.32.2.02.3.02.4.02.4.12.4.22.5.02.5.12.5.22.5.32.5.42.5.52.5.62.6.02.6.12.6.22.7.02.8.02.8.12.8.22.8.32.8.42.8.52.8.62.8.72.8.82.8.92.8.102.8.112.8.122.8.132.9.02.9.12.9.22.10.02.10.12.11.02.11.12.11.2
import * as React from 'react';
import { BottomTabBarProps } from '../types';
declare const _default: React.ComponentType<Pick<BottomTabBarProps, "navigation" | "getLabelText" | "getAccessibilityLabel" | "getTestID" | "renderIcon" | "onTabPress" | "onTabLongPress" | "screenProps" | "style" | "activeTintColor" | "inactiveTintColor" | "keyboardHidesTabBar" | "keyboardHidesTabBarAnimationConfig" | "activeBackgroundColor" | "inactiveBackgroundColor" | "allowFontScaling" | "showLabel" | "showIcon" | "labelStyle" | "tabStyle" | "labelPosition" | "adaptive" | "safeAreaInset" | "getAccessibilityRole" | "getAccessibilityStates" | "getButtonComponent" | "jumpTo" | "detachInactiveScreens">>;
export default _default;