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