export declare const noControlOrdersData: {
    id: number;
    exchange: import("../BotsTable/components/Exchange/types").ExchangeType;
    account: string;
    botName: string;
    botRun: string;
    orderId: string;
    status: boolean;
    reason: string;
    pair: string;
    orderSize: string;
    orderType: "SELL";
    isDisabled: boolean;
}[];
