import { FC } from "react"; export interface Props { data: number[][]; } export declare const Asks: FC; //# sourceMappingURL=asks.d.ts.map