import { FC } from "react"; import { API } from "@orderly.network/types"; export declare const TPSLTriggerPrice: FC<{ takeProfitPrice: number | undefined; stopLossPrice: number | undefined; className?: string; direction?: "row" | "column"; tooltip?: boolean; order?: API.AlgoOrder; position?: API.PositionTPSLExt; }>; //# sourceMappingURL=tpslTriggerPrice.d.ts.map