import { TabsProps } from './tabs.types';
import * as React from 'react';
import * as TabsPrimitive from '@radix-ui/react-tabs';
declare const TabsContent: React.ForwardRefExoticComponent<Omit<TabsPrimitive.TabsContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
declare const Tabs: React.ForwardRefExoticComponent<TabsProps & React.RefAttributes<HTMLDivElement>>;
export { Tabs, TabsContent };
//# sourceMappingURL=tabs.d.ts.map