import * as React from 'react'; declare function ListBulleted(props: React.SVGProps): JSX.Element; export declare const ReactComponent: typeof ListBulleted; export default ListBulleted;