import { ZLoader_Props } from '@zurich/dev-utils/code/Loader'; type Props = Omit & { readonly customStr?: ZLoader_Props['custom-str']; readonly zTheme?: ZLoader_Props['z-theme']; }; declare const _default: __VLS_WithTemplateSlots & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly> & Record<"content" | "default", any>>; export { _default as VueLoader, VueLoader as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };