import { FC } from "react"; interface MarkPriceProps { markPrice: number; lastPrice: number[]; } export declare const MarkPrice: FC; export {}; //# sourceMappingURL=markPrice.d.ts.map