import type { Components, JSX } from "../../types/components";

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