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