/// import { ListProps } from './types'; declare const List: (props: ListProps) => JSX.Element; export default List;