import { API } from "@orderly.network/types"; import { type SortCondition } from "./shared/types"; export declare const useDataSource: (data?: API.MarketInfoExt[]) => [API.MarketInfoExt[] | undefined, { searchKey: string; onSearch: (key: string) => void; onSort: (key: SortCondition) => void; }]; //# sourceMappingURL=useDataSource.d.ts.map