import { BreakpointObserver } from '@angular/cdk/layout'; import { OnInit } from '@angular/core'; import { MatDialog } from '@angular/material/dialog'; import { ProjectService } from '../../services/project.service'; import { ApplicationsFlowState } from '../../state/applications-flow.state'; import * as i0 from "@angular/core"; export declare class PageHeaderComponent implements OnInit { breakpointObserver: BreakpointObserver; protected dialog: MatDialog; protected userAccountDialog: MatDialog; protected projectSvc: ProjectService; State: ApplicationsFlowState; IsSmScreen: boolean; constructor(breakpointObserver: BreakpointObserver, dialog: MatDialog, userAccountDialog: MatDialog, projectSvc: ProjectService); ngOnInit(): void; /** * Opens the users account modal passing in the users state so there is no lag in * * filling out user info */ OpenMyAccount(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }