import { ZAlert_Props } from '@zurich/dev-utils/code/Alert'; /** ## `` * * ... * * @example * ```html * * ``` * ___ * * */ declare const _default: __VLS_WithTemplateSlots & { readonly confirmText?: ZAlert_Props['confirm-text']; readonly customStr?: ZAlert_Props['custom-str']; }, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly & { readonly confirmText?: ZAlert_Props['confirm-text']; readonly customStr?: ZAlert_Props['custom-str']; }> & Readonly<{}>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>, Readonly<{ default: any; 'confirm-text': any; }> & { default: any; 'confirm-text': any; }>; export { _default as ZvAlert }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };