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