/** * Inline callout with variants and optional dismiss * * Vue wrapper for the `Alert` controller (`@42/core/alert`). 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, "alert:dismiss"[], "alert:dismiss", import('vue').PublicProps, Readonly> & Readonly<{ "onAlert:dismiss"?: ((...args: any[]) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, true, {}, any>; export default _default;