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