import React from 'react'; import { AggregatorQuote } from '../../types'; type SwapRouteProps = { quote: AggregatorQuote; }; export declare const SwapRoute: React.MemoExoticComponent<({ quote }: SwapRouteProps) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=SwapRoute.d.ts.map