import React from "react"; import { type WhatsNewModalProps } from "./WhatsNewModal.types"; declare const WhatsNewModal: React.FC; export default WhatsNewModal;