import { default as React } from 'react';
import { IconStyles } from './types';
interface FormatListBulletedIconProps extends React.SVGProps<SVGSVGElement> {
    styles?: IconStyles;
}
declare const FormatListBulletedIcon: React.FC<FormatListBulletedIconProps>;
export default FormatListBulletedIcon;
//# sourceMappingURL=FormatListBulleted.d.ts.map