import { AfterViewInit, ElementRef, OnInit } from '@angular/core'; import { LayoutService } from '../../../../_metronic/core/services/layout.service'; import * as i0 from "@angular/core"; export declare class ToolbarComponent implements OnInit, AfterViewInit { private layout; ktPageTitle: ElementRef; pageTitleAttributes: { [attrName: string]: string | boolean; }; toolbarContainerCssClasses: string; pageTitleCssClasses: string; constructor(layout: LayoutService); ngOnInit(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }