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