export declare const SCROLL_EDGE_TOLERANCE_PX = 1;
export declare function normalizeScrollOffset(value: number, max: number): number;