import { ZAlert_Props } from '@zurich/dev-utils/code/Alert'; type Props = Omit & { readonly zTheme?: ZAlert_Props['z-theme']; confirmText?: ZAlert_Props['confirm-text']; hideClose?: ZAlert_Props['hide-close']; }; declare const _default: __VLS_WithTemplateSlots any; confirm: () => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClose?: (() => any) | undefined; onConfirm?: (() => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, Readonly> & Record<"content" | "default" | "confirm-text", any>>; export { _default as VueAlert, VueAlert as default }; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };