declare const _sfc_main: import("vue").DefineComponent<{ modelValue: { type: StringConstructor; required: true; }; propConfig: { type: null; required: true; }; }, { props: { modelValue: string; propConfig: any; }; emit: (event: "update:modelValue", ...args: any[]) => void; value: any; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "update:modelValue"[], "update:modelValue", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly> & { "onUpdate:modelValue"?: ((...args: any[]) => any) | undefined; }, {}>; export default _sfc_main;