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