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

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