export declare const DRAG_PREFIX = "drag"; export declare const DRAG_START = "drag:start"; export declare const DRAG_END = "drag:end"; export declare const TIMELINE_PREFIX = "timeline"; export declare const TIMELINE_BOUNDING_CHANGED = "timeline:boundingChanged"; export declare const TIMELINE_SEEK = "timeline:seek";