import { Ref, SetupContext } from "vue";
export declare const useArrToStr: (props: any, { emit }: SetupContext<any>, ext: {
vm: Ref<any>;
cascader?: boolean;
always?: boolean;
}) => {
modelValue: Ref<any>;
"onUpdate:modelValue": (value: any) => void;
};