import { IList, IListProps } from "./types";
/**
 * List
 */
export declare const List: (props: IListProps) => IList;
