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