export declare const UPDATE_MODEL_EVENT = "update:modelValue"; export declare const CHANGE_EVENT = "change"; export declare const VALIDATE_STATE_MAP: { validating: string; info: string; success: string; waring: string; error: string; };