import * as _heroui_system from '@heroui/system'; import { TabItemProps as TabItemProps$1 } from './base/tab-item-base.js'; import { Node } from '@react-types/shared'; import { ValuesType } from './use-tabs.js'; import '@heroui/aria-utils'; import 'react'; import '@heroui/theme'; import '@heroui/react-utils'; import '@react-stately/tabs'; import '@react-aria/tabs'; interface TabItemProps extends TabItemProps$1 { item: Node; state: ValuesType["state"]; slots: ValuesType["slots"]; listRef?: ValuesType["listRef"]; classNames?: ValuesType["classNames"]; isDisabled?: ValuesType["isDisabled"]; } /** * @internal */ declare const Tab: _heroui_system.InternalForwardRefRenderFunction<"button", TabItemProps, never>; export { type TabItemProps, Tab as default };