type __VLS_Slots = { default(props: { src: string; }): any; }; type __VLS_Props = { document?: string | null; restaurantId?: string | null; businessId?: string | null; }; declare const _default: __VLS_WithSlots & Readonly<{}>, {}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>, __VLS_Slots>; export default _default; type __VLS_WithSlots = T & { new (): { $slots: S; }; };