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