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