/// import type { IPipeline } from '../../../domain'; export interface INotificationsPageContentProps { pipeline: IPipeline; updatePipelineConfig: (changes: Partial) => void; } export declare function NotificationsPageContent(props: INotificationsPageContentProps): JSX.Element;