import { AriaTabListProps } from 'react-aria'; import { TabListProps } from 'react-stately'; import { StyleProps } from '../../utils'; interface TabsProps extends AriaTabListProps, TabListProps, StyleProps { contentClassName?: string; } declare const Tabs: { (props: TabsProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export { Tabs }; //# sourceMappingURL=Tabs.d.ts.map