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