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