import * as react from 'react'; import { AppProps as AppProps$1 } from 'next/app'; declare type AppProps = AppProps$1 & { pageProps: any; }; declare const appWithTranslation: (WrappedComponent: react.ComponentType) => any; export { appWithTranslation };