import { StatusType } from '../../models/status-type.model'; type __VLS_Props = { message?: string; dismissable?: boolean; type?: StatusType; }; declare const _default: __VLS_WithTemplateSlots any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ onDismiss?: (() => any) | undefined; }>, { type: StatusType; dismissable: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>, { message?(_: {}): any; action?(_: {}): any; default?(_: {}): any; }>; export default _default; type __VLS_WithTemplateSlots = T & { new (): { $slots: S; }; };