/** @module @category UI */ import React from 'react'; import type { Subject } from 'rxjs'; import type { ToastNotificationMeta } from './toast.component'; interface ActiveToastsProps { subject: Subject; } declare const ActiveToasts: React.FC; export default ActiveToasts; //# sourceMappingURL=active-toasts.component.d.ts.map