/// <reference types="react" />
import { DecoratorFunction } from "@storybook/addons";
export declare const withNextRouter: DecoratorFunction<() => JSX.Element>;
