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