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