import { FC } from 'react'; import { TableProps } from 'antd'; import './RankingList.less'; interface IRankingListProps extends TableProps { } declare const RankingList: FC; export default RankingList; export { RankingList };