import { default as React } from 'react'; import { AnchorProps } from '../../anchor/anchor'; import { TabsItemProps } from '../tabs-item/tabs-item'; /** * @deprecated Use Tabs from `@tedi-design-system/react/tedi` instead. */ export type TabsNavItemProps = AnchorProps & Pick; /** * @deprecated Use Tabs from `@tedi-design-system/react/tedi` instead. */ export declare const TabsNavItem: (props: TabsNavItemProps) => JSX.Element; export default TabsNavItem;