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