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