import type { FC } from "react"; import type { NavTabsProps } from "./NavTabs.interface"; export declare const NavTabs: FC; export default NavTabs;