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