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