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