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