/// import { SxProps } from '@mui/material'; import { DefaultTheme as Theme } from '@mui/styles'; export default function InfoIcon({ className, sx, }: { className?: string; sx?: SxProps; }): JSX.Element;