import React from 'react';
declare function AlertDialogBackdrop<StyledAlertDialogBackdrop>(StyledAlertDialogBackdrop: React.ComponentType<StyledAlertDialogBackdrop>, AnimatePresence?: any): React.ForwardRefExoticComponent<{
    children?: any;
} & React.RefAttributes<unknown>>;
export default AlertDialogBackdrop;
