export declare const UPDATE_MODEL_EVENT = "update:modelValue"; export declare const CHANGE_EVENT = "change"; export declare const INPUT_EVENT = "input"; export declare const CLEAR_EVENT = "clear"; export declare const FOCUS_EVENT = "focus"; export declare const BLUR_EVENT = "blur"; export declare const MOUSE_LEAVE_EVENT = "mouseleave"; export declare const MOUSE_ENTER_EVENT = "mouseenter"; export declare const SCROLL_EVENT = "scroll"; export declare const CLICK_EVENT = "click"; export declare const CLOSE_POPPER_EVENT = "close:popper"; export declare const OPEN_POPPER_EVENT = "open:popper";