import type { IPageScrollerOptions, IPageScrollerReturn } from '@/types';
import './index.css';
export declare function usePageScroller(options?: IPageScrollerOptions): IPageScrollerReturn;
//# sourceMappingURL=usePageScroller.d.ts.map