import { OnInit } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; import { FeedItemAction } from '../../models/user-feed.model'; import { EaCService } from '../../services/eac.service'; import * as i0 from "@angular/core"; export declare class FeedHeaderComponent implements OnInit { protected eacSvc: EaCService; protected dialog: MatDialog; ActiveEnvironmentLookup: string; Feed: any; FeedCheck: any; SourceControlLookup: string; HasGHConnection: boolean; FeedHeaderActions: Array; LoadingFeed: boolean; ModalHeader: string; SkeletonEffect: string; protected selectedBtn: string; value: string; constructor(eacSvc: EaCService, dialog: MatDialog); ngOnInit(): void; ngOnChanges(): void; ngAfterViewInit(): void; CreateAnnouncement(): void; CreateNewApp(): void; HandleAction(action: FeedItemAction): void; OpenFHDialog(modalType: string, modalHeader: string): void; ReloadFeed(): void; RouteToPath(path: string): void; Submit(): void; protected addSelectBtn(): void; protected removeSelectedBtn(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }