import { AriaLinkOptions } from 'react-aria'; import { ItemProps } from 'react-stately'; import { TabsTabPanelProps } from './components/index.js'; import { type TabsProps } from './tabs.types.js'; export declare function Tabs({ className, orientation, justify, children, color, look, sticky, stickyOffset, disabledKeys, selectedKey, defaultSelectedKey, ...props }: TabsProps): import("react/jsx-runtime").JSX.Element; export declare const TabsPanel: (props: ItemProps & AriaLinkOptions & { href?: string; } & Omit) => JSX.Element;