import { TabsProps } from './interfaces';
export { TabsProps };
export declare const nextGeneratedId: () => string;
export default function Tabs({ tabs, variant, onChange, activeTabId: controlledTabId, ariaLabel, ariaLabelledby, ...rest }: TabsProps): JSX.Element;
