/// import { IModalAlertContent } from '../types'; export declare const ModalAlertContent: ({ type, title, description, status, children, }: IModalAlertContent) => JSX.Element; //# sourceMappingURL=ModalAlertContent.d.ts.map