import { FC } from "react"; import { API } from "@orderly.network/types"; interface Props { dataSource: API.OrderExt[]; loading?: boolean; loadMore?: () => void; className?: string; onSymbolChange?: (symbol: API.Symbol) => void; } export declare const Listview: FC; export {}; //# sourceMappingURL=listview.d.ts.map