import { MaybeNullOrUndefined } from '../../../../shared/dist/esm/index'; import { ToastNotification } from '../../helpers/global/toast'; type __VLS_Props = { notification: MaybeNullOrUndefined; }; declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {} & { "update:notification": (val: MaybeNullOrUndefined) => any; }, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{ "onUpdate:notification"?: ((val: MaybeNullOrUndefined) => any) | undefined; }>, {}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, HTMLDivElement>; export default _default;