import { AlertProps as MuiAlertProps } from '@mui/material'; export type AlertProps = MuiAlertProps; export declare const Alert: import('react').ForwardRefExoticComponent & import('react').RefAttributes>;