export declare function scrollAnimate(target: any, currentTopValue: any, targetTopValue: any, timeGap?: number, scrollTime?: number, callback?: any): void; export declare function easeInOutCubic(t: number, b: number, c: number, d: number): number;