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