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