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

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