= AppPropsType extends React.Component , S> {
static origGetInitialProps: typeof appGetInitialProps;
static getInitialProps: typeof appGetInitialProps;
componentDidCatch(error: Error, _errorInfo: ErrorInfo): void;
render(): JSX.Element;
}
export declare function Container(p: any): any;
export declare function createUrl(router: Router): {
readonly query: import("querystring").ParsedUrlQuery;
readonly pathname: string;
readonly asPath: string;
back: () => void;
push: (url: string, as?: string | undefined) => Promise