import { TabsProps } from '../../types/components/tabs.types';
declare const Tabs: {
    ({ id, label, description, shortDescription, options, activeOption, tabIndex, handleChange, color, variant, theme, error, ...props }: TabsProps): import("react/jsx-runtime").JSX.Element;
    displayName: string;
};
export default Tabs;
