declare const hasOverflowHidden: (target: HTMLElement) => boolean; declare const isAtScrollTop: (target: HTMLElement) => boolean; declare const isAtScrollBottom: (target: HTMLElement) => boolean; declare const isAtScrollLeft: (target: HTMLElement) => boolean; declare const isAtScrollRight: (target: HTMLElement) => boolean; declare const initTouchHandler: () => void; declare const resetTouchHandler: () => void; export { hasOverflowHidden, initTouchHandler, isAtScrollBottom, isAtScrollLeft, isAtScrollRight, isAtScrollTop, resetTouchHandler };