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