import { FC } from "react"; export interface OpenOrderProps { } export declare const OpenOrder: FC;