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