import { API } from "@orderly.network/types"; import { FC } from "react"; interface HistoryCellProps { item: any; onSymbolChange?: (symbol: API.Symbol) => void; } export declare const Cell: FC; export {}; //# sourceMappingURL=cell.d.ts.map