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