type __VLS_Props = { modelValue: string | null; label?: string; type: "image" | "pdf"; restaurantId?: string | null; }; declare const _default: __VLS_WithSlots any; }, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:modelValue"?: ((value: File | null) => any) | undefined; }>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, { info?: ((props: {}) => any) | undefined; }>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };