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