export declare const usePageContext: () => { state: any; dispatch: import("react").Dispatch<{ type: string; value?: any; }>; }; //# sourceMappingURL=usePageContext.d.ts.map