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