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