import React from 'react'; import './index.less'; declare const CardList: (props: any) => React.JSX.Element; export default CardList;