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