/// <reference types="react" />
import { IListProps } from './List.types';
export declare const List: (props: IListProps) => JSX.Element;
