///
import { type ListItemIconProps as MuiListItemIconProps } from '@mui/material';
import { type WithoutEmotionSpecific } from '../types';
type ListItemIconProps = WithoutEmotionSpecific;
export declare const ListItemIcon: import("react").ForwardRefExoticComponent & import("react").RefAttributes>;
export {};