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