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