import * as React from 'react';
import type { TabsProps } from './types';
export declare function Tabs({ activeKey, disabled, children, fill, activateOnFocus, onChange, orientation, overrides, renderAll, uid: customUid, endEnhancer, }: TabsProps): React.JSX.Element;
