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