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