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