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