import { ConfigurableAlertProps } from '../../../common'; declare const InfoAlert: ({ title, body, data, open, onClose, closeOnBackdropClick }: ConfigurableAlertProps) => import("react/jsx-runtime").JSX.Element; export default InfoAlert;