interface SelectOption { value: string; label: string; } interface Props { label?: string; error?: string; options: SelectOption[]; modelValue?: string; } declare const _default: import("vue").DefineComponent any; }, string, import("vue").PublicProps, Readonly & Readonly<{ "onUpdate:modelValue"?: ((value: string) => any) | undefined; }>, { label: string; error: string; modelValue: string; }, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>; export default _default; //# sourceMappingURL=Select.vue.d.ts.map