import React from 'react';
import { ButtonProps } from '@mui/material';
export interface AlertNotificationButtonProps extends ButtonProps {
}
/**
* AlertNotificationButton is a proxy component to
*/
export declare const AlertNotificationButton: React.FC;