import type { IconProps } from "./types.ts";
export declare const SwapIcon: ({ width, height, color, className, }: IconProps) => import("react/jsx-runtime").JSX.Element;
