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