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