import { BreakpointObserver } from '@angular/cdk/layout'; import { OnInit } from '@angular/core'; import { EaCService } from '../../services/eac.service'; import * as i0 from "@angular/core"; export declare class DashboardToolbarComponent implements OnInit { breakpointObserver: BreakpointObserver; protected eacSvc: EaCService; AppLookup: string; ProjectLookups: Array; Loading: boolean; ProjectLookup: string; IsSmScreen: boolean; constructor(breakpointObserver: BreakpointObserver, eacSvc: EaCService); ngOnInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }