/**
 * All possible @egjs/axes event keys
 * @internal
 */
export declare const EVENT: {
    readonly HOLD: "hold";
    readonly CHANGE: "change";
    readonly RELEASE: "release";
    readonly ANIMATION_END: "animationEnd";
    readonly FINISH: "finish";
};
/**
 * An Axis key that Flicking uses
 * @internal
 */
export declare const POSITION_KEY = "flick";
