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