import { default as React } from 'react';

declare const List: React.ForwardRefExoticComponent<React.RefAttributes<unknown>>;
export default List;
