/// <reference types="react" />
import type { ListProps } from './type';
declare const List: import("react").NamedExoticComponent<ListProps>;
export default List;
