import * as React from 'react'; import { Icon } from '@mui/material'; export default function MaterialIcon({ className, ref, ...props }: React.ComponentProps): import("react/jsx-runtime").JSX.Element;