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