import { type FC, HTMLAttributes } from "react"; export interface TradingPairProps extends HTMLAttributes { className?: string; children: string; } export declare const TradingPair: FC; //# sourceMappingURL=tradingPair.d.ts.map