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