import { FC } from "react"; import { OrderBookCellType } from "./types"; interface OrderBookListProps { type: OrderBookCellType; data: number[][]; countQty: number; } export declare const ListBox: FC; export {}; //# sourceMappingURL=listBox.d.ts.map