/**
 * Navigators
 */
export { default as createMaterialBottomTabNavigator } from './navigators/createMaterialBottomTabNavigator';
/**
 * Views
 */
export { default as MaterialBottomTabView } from './views/MaterialBottomTabView';
/**
 * Types
 */
export type { MaterialBottomTabNavigationEventMap, MaterialBottomTabNavigationOptions, MaterialBottomTabNavigationProp, MaterialBottomTabScreenProps, } from './types';
//# sourceMappingURL=index.d.ts.map