import { FC } from "react"; import { API } from "@orderly.network/types"; interface PositionCellProps { onLimitClose?: (position: any) => void; onMarketClose?: (position: any) => void; onTPSLOrder?: (position: API.PositionTPSLExt, order?: API.AlgoOrder) => void; item: any; onSymbolChange?: (symbol: API.Symbol) => void; } export declare const PositionCell: FC; export {}; //# sourceMappingURL=cell.d.ts.map