import { default as React } from 'react'; import { NavTabsProps } from './types.js'; export declare const NavTabs: ({ "aria-label": ariaLabel, children, className, ...rest }: NavTabsProps) => React.JSX.Element;