/** * Storybook decorator that provides a router context. * * Wraps stories in a minimal tanstack router (via @wordpress/route private * APIs) so that components consuming `Link` from `@wordpress/route` can * render without errors. */ export declare function withRouter(Story: React.ComponentType): import("react").JSX.Element; //# sourceMappingURL=with-router.d.ts.map