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