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