export function genArrProps(propType: any): import("vue-types").VueTypeDef<any>;
/**
 * Origin code check `multiple` is true when `treeCheckStrictly` & `labelInValue`.
 * But in process logic is already cover to array.
 * Check array is not necessary. Let's simplify this check logic.
 */
export function valueProp(...args: any[]): Error;
