import type { Components, JSX } from "../types/components"; interface RuxIcon360 extends Components.RuxIcon360, HTMLElement {} export const RuxIcon360: { prototype: RuxIcon360; new (): RuxIcon360; };