declare const _sfc_main: import("vue").DefineComponent<{ modelValue: { type: ArrayConstructor; default: undefined; }; }, { props: any; emit: (event: "update:modelValue" | "change", ...args: any[]) => void; modelValue: import("vue").ComputedRef; handlerChange: (val: any) => void; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, ("update:modelValue" | "change")[], "update:modelValue" | "change", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { onChange?: ((...args: any[]) => any) | undefined; "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, { modelValue: unknown[]; }>; export default _sfc_main;