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