import React from 'react';
import { MaterialTabBarProps } from './types';
import { TabName } from '../types';
export declare const TABBAR_HEIGHT = 48;
declare const MemoizedTabBar: React.MemoExoticComponent<(<T extends TabName = string>({ tabNames, indexDecimal, scrollEnabled, indicatorStyle, index, TabItemComponent, getLabelText, onTabPress, style, tabProps, contentContainerStyle, labelStyle, inactiveColor, activeColor, tabStyle, width: customWidth, keepActiveTabCentered, }: MaterialTabBarProps<T>) => React.ReactElement)>;
export { MemoizedTabBar as MaterialTabBar };
//# sourceMappingURL=TabBar.d.ts.map