/** * Floating notification manager with auto-dismiss * * Vue wrapper for the `Toaster` controller (`@42/core/toast`). Props mirror * the controller options; events are re-emitted with the CustomEvent detail. * Place the controller markup in the default slot. */ declare const _default: import('vue').DefineComponent, () => import('vue').VNode, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, ("toast:show" | "toast:dismiss")[], "toast:show" | "toast:dismiss", import('vue').PublicProps, Readonly> & Readonly<{ "onToast:show"?: ((...args: any[]) => any) | undefined; "onToast:dismiss"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;