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