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