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