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