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