export default ListItemIcon;
declare function ListItemIcon({ children, className, ...rest }: {
    [x: string]: any;
    children: any;
    className?: string | undefined;
}): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ListItemIcon.d.ts.map