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