import React from 'react';
import { ListProps } from './List';
export declare const BasicList: React.FC<ListProps>;
