import React from "react"; import { IconProps } from "./Icon"; export declare const ListBulletedIcon: (props: IconProps) => React.JSX.Element;