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