export declare const EVENT: { readonly HOLD: "hold"; readonly CHANGE: "change"; readonly RELEASE: "release"; readonly ANIMATION_END: "animationEnd"; readonly FINISH: "finish"; }; export declare const POSITION_KEY = "flick";