import { PuikAriaLive } from '@prestashopcorp/puik-components/base/src/common'; import { PuikAlertVariants, AlertProps } from './alert'; declare function __VLS_template(): { attrs: Partial<{}>; slots: { default?(_: {}): any; }; refs: {}; rootEl: HTMLDivElement; }; type __VLS_TemplateResult = ReturnType; declare const __VLS_component: import('vue').DefineComponent any; clickLink: (event: Event) => any; close: (event: Event) => any; }, string, import('vue').PublicProps, Readonly & Readonly<{ onClick?: ((event: Event) => any) | undefined; onClickLink?: ((event: Event) => any) | undefined; onClose?: ((event: Event) => any) | undefined; }>, { variant: `${PuikAlertVariants}`; ariaLive: `${PuikAriaLive}`; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; declare const _default: __VLS_WithTemplateSlots; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };