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