import React from 'react'; import { NavTabProps } from './Navtabs.type'; declare const NavTabs: React.FC; export default NavTabs;