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