import { PopupWindow } from "./PopupService"; export default function NotificationPopup({ message, type }: { message: any; type: any; }): typeof PopupWindow; //# sourceMappingURL=NotificationPopup.d.ts.map