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