/// <reference types="react" />
declare type ScrollToPositionFn = (scrollY: number) => void;
export declare const ScrollableContext: import("react").Context<ScrollToPositionFn | undefined>;
export {};
//# sourceMappingURL=context.d.ts.map