import type { SVGProps } from 'react'; import * as React from 'react'; declare const SvgListBulleted: (props: SVGProps) => React.JSX.Element; export default SvgListBulleted; //# sourceMappingURL=ListBulleted.d.ts.map