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