import React, { ReactNode } from 'react'; type SwapRouteCardProps = { title?: ReactNode; }; export declare const SwapRouteCard: React.MemoExoticComponent<({ title }: SwapRouteCardProps) => import("react/jsx-runtime").JSX.Element>; export {}; //# sourceMappingURL=SwapRouteCard.d.ts.map