import type { ForwardRefPrimitive } from '../types'; import type { BaseTabsItemProps } from './types'; /** * [📖 Docs](https://ui.docs.amplify.aws/react/components/tabs) */ export declare const TabsItem: ForwardRefPrimitive;