import React from 'react';
declare const AlertDialogCloseButton: (StyledAlertDialogCloseButton: any) => React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
export default AlertDialogCloseButton;
