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