import React from 'react'; import type { ResultListProps, ResultListRef } from './types'; import './index.less'; declare const ResultList: React.ForwardRefExoticComponent>; export default ResultList; export type { ResultListProps, ResultListRef };