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