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

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