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