import { FC } from "react"; import { API } from "@orderly.network/types"; export declare const TPSLCell: FC<{ order: API.AlgoOrderExt; base_dp: number; quote_dp: number; }>; //# sourceMappingURL=cell.tpsl.d.ts.map