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