/** Supported Events to trigger the scroll animation */ export declare type ScrollToEvent = 'click' | 'mouseenter' | 'mouseover' | 'mousedown' | 'mouseup' | 'dblclick' | 'contextmenu' | 'wheel' | 'mouseleave' | 'mouseout';