import { OrderEntity } from "@orderly.network/types"; import { FC } from "react"; interface OrderConfirmViewProps { order: OrderEntity; symbol: string; base: string; quote: string; } export declare const OrderConfirmView: FC; export {}; //# sourceMappingURL=orderConfirmView.d.ts.map