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