export type ServerContextType = { location?: { pathname: string; search: string; }; }; export declare const ServerContext: import("react").Context; //# sourceMappingURL=serverLocationContext.d.ts.map