import React from 'react'; import type { Subject } from 'rxjs'; import type { InlineNotificationMeta } from './notification.component'; interface ActiveNotificationProps { subject: Subject; } declare const ActiveNotifications: React.FC; export default ActiveNotifications; //# sourceMappingURL=active-notifications.component.d.ts.map