import React from "react"; /** * list-view.svg */ declare const ListViewIcon: React.ForwardRefExoticComponent< Omit, "ref" | "children"> & React.RefAttributes >; export default ListViewIcon;