import { ListProps } from './types';
export declare function List<T>(props: ListProps): any;
