import React from 'react'; import { TabControlProps } from '../../types'; export declare const TabControl: ({ values, selectedIndex, label, labelStyle, backgroundTabColor, tabTintColor, textColor, selectedTextColor, containerStyle, style, }: TabControlProps) => React.JSX.Element;