import { AlertProps } from '@mui/material'; declare const Alert: (props: AlertProps) => import("react/jsx-runtime").JSX.Element; export { Alert }; export default Alert;