import React from 'react';
import { IconBaseProps } from '../icon/IconBase';
declare const List: React.FC<IconBaseProps>;
export default List;
