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