/// <reference types="react" />
declare const List: (props: any, ref: any) => JSX.Element;
export default List;
