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