import { FC } from "react"; interface DesktopMarkPriceProps { markPrice: number; lastPrice: number[]; asks: number[][]; bids: number[][]; } export declare const DesktopMarkPrice: FC; export {}; //# sourceMappingURL=markPrice.desktop.d.ts.map