import { CSSProperties, RefObject } from 'react';
interface PageContextValue {
    stickyStyle: CSSProperties;
    scrollableContentRef: RefObject<HTMLElement>;
}
export declare const PageContext: import("react").Context<PageContextValue>;
export declare const usePageContext: () => PageContextValue;
export {};
//# sourceMappingURL=PageContext.d.ts.map