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