import React from 'react'; import { BottomTabNavigationProps } from '../../types'; export declare const BottomTabNavigation: ({ backgroundColor, highlightedBgColor, highlightedIconColor, iconColor, iconSize, labelStyle, selectedColor, selectedheight, selectedIndex, textColor, values, }: BottomTabNavigationProps) => React.JSX.Element;