import { FC } from "react"; export interface OrdersHistoryProps { } export declare const OrdersHistory: FC;