import { FC } from "react"; interface TradeHistoryProps { symbol: string; } export declare const TradeHistoryPane: FC; export {}; //# sourceMappingURL=tradeHistory.d.ts.map