/// import App from 'next/app'; import { WithApolloProps } from './types'; /** * Useful if you don't have a custom _app and don't need one, otherwise * always extend from Next's App */ export default class ApolloApp extends App> { render(): JSX.Element; }