export declare const EVENT_MOUNTED = "mounted"; export declare const EVENT_READY = "ready"; export declare const EVENT_MOVE = "move"; export declare const EVENT_MOVED = "moved"; export declare const EVENT_CLICK = "click"; export declare const EVENT_ACTIVE = "active"; export declare const EVENT_INACTIVE = "inactive"; export declare const EVENT_VISIBLE = "visible"; export declare const EVENT_HIDDEN = "hidden"; export declare const EVENT_SLIDE_KEYDOWN = "slide:keydown"; export declare const EVENT_REFRESH = "refresh"; export declare const EVENT_UPDATED = "updated"; export declare const EVENT_RESIZE = "resize"; export declare const EVENT_RESIZED = "resized"; export declare const EVENT_REPOSITIONED = "repositioned"; export declare const EVENT_DRAG = "drag"; export declare const EVENT_DRAGGING = "dragging"; export declare const EVENT_DRAGGED = "dragged"; export declare const EVENT_SCROLL = "scroll"; export declare const EVENT_SCROLLED = "scrolled"; export declare const EVENT_DESTROY = "destroy"; export declare const EVENT_ARROWS_MOUNTED = "arrows:mounted"; export declare const EVENT_ARROWS_UPDATED = "arrows:updated"; export declare const EVENT_PAGINATION_MOUNTED = "pagination:mounted"; export declare const EVENT_PAGINATION_UPDATED = "pagination:updated"; export declare const EVENT_NAVIGATION_MOUNTED = "navigation:mounted"; export declare const EVENT_AUTOPLAY_PLAY = "autoplay:play"; export declare const EVENT_AUTOPLAY_PLAYING = "autoplay:playing"; export declare const EVENT_AUTOPLAY_PAUSE = "autoplay:pause"; export declare const EVENT_LAZYLOAD_LOADED = "lazyload:loaded"; //# sourceMappingURL=../../../src/js/constants/events.d.ts.map