import type { FC } from "react"; interface Props { open: boolean; onClose: () => void; } export declare const OpenOrdersDialog: FC; export {}; //# sourceMappingURL=OpenOrdersDialog.d.ts.map