import { type SvgStringOpts } from '../../svgString'; export declare const FormatListBulletedSVG: (opts?: SvgStringOpts) => string; export default FormatListBulletedSVG;