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