export declare const UPDATE_MODEL_EVENT = "update:modelValue";
export declare const UPDATE_VALUE_EVENT = "update:value";
export declare const CHANGE_EVENT = "change";
export declare const BLUR_EVENT = "blur";
export declare const INPUT_EVENT = "input";