import type { Components, JSX } from "../dist/types/components"; interface OsdsTabBarItem extends Components.OsdsTabBarItem, HTMLElement {} export const OsdsTabBarItem: { prototype: OsdsTabBarItem; new (): OsdsTabBarItem; }; /** * Used to define this component and all nested components recursively. */ export const defineCustomElement: () => void;