import { GetDataReturn } from '../../types'; import './index.less'; import { SelectDataByListProps } from './types'; export declare const selectDataByList: (params: Omit) => Promise;