import { API } from "@orderly.network/types"; import { FC } from "react"; export interface MarketCellProps { item: API.MarketInfoExt; onItemClick?: (item: API.MarketInfoExt) => void; } export declare const Cell: FC; //# sourceMappingURL=cell.d.ts.map