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