import React from 'react'; import { ListProps } from './List.types'; import './List.less'; declare const List: React.ForwardRefExoticComponent, "ref"> & React.RefAttributes>; export default List;