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