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