import { type TabItemProps } from './TabItem.types'; export declare function TabItem({ id, badgeProps, children, className }: TabItemProps): import("react/jsx-runtime").JSX.Element;