import { FC } from "react"; import { MarketListViewProps, SortDirection, SortKey } from "../shared/types"; interface Props { onSort: (value: Partial<{ key: SortKey; direction: SortDirection; }>) => void; listHeight?: number; } export declare const MarketListView: FC; export {}; //# sourceMappingURL=listView.d.ts.map