/// import { TabViewProps } from './types'; declare const TabView: (props: TabViewProps) => JSX.Element; export default TabView;