export default function WhatsNew({ open, onClose }: { open: any; onClose: any; }): JSX.Element;