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