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