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