/// <reference types="react" />
declare const ListBullets: (props: any, ref: any) => JSX.Element;
export default ListBullets;
