import type { AppProps } from "next/app"; declare function MyApp({ Component, pageProps }: AppProps): JSX.Element; export default MyApp;