import React from 'react'; import { ListItemIconProps } from '@mui/material/ListItemIcon'; export declare function ListItemIcon({ style, ...props }: ListItemIconProps): React.JSX.Element;