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