import { Icon } from '../iconTypes';
declare const IconListView: ({ className, color, height, opacity, title, width }: Icon) => JSX.Element;
export default IconListView;
