import { SVGProps } from "react"; declare const ListBulletIcon: (props: SVGProps) => JSX.Element; export default ListBulletIcon;