import React from "react"; import "../styles/walkthrough.css"; declare const Walkthrough: () => React.ReactPortal | null; export default Walkthrough;