import { AfterViewInit, ChangeDetectorRef, ElementRef, OnChanges, OnDestroy, OnInit } from '@angular/core'; import { BasicUxElementComponent, BasicUxElementComponentChanges } from "../../basic-ux-element.component"; import { Observable } from "rxjs"; import { NgInailCommonConfig } from "../../../../ng-inail-common.config"; import * as i0 from "@angular/core"; export interface PageTitleComponentChanges extends BasicUxElementComponentChanges { } export declare class PageTitleComponent extends BasicUxElementComponent implements OnInit, OnChanges, AfterViewInit, OnDestroy { private cdr; private libConfig; title: string; titleClass: string; spanTitle: string; spanTitleClass: string; autoCatchFocus: boolean; focus: Observable; divTitolo: ElementRef; constructor(cdr: ChangeDetectorRef, libConfig: NgInailCommonConfig); ngOnChanges(changes: PageTitleComponentChanges): void; ngOnInit(): void; ngAfterViewInit(): void; ngOnDestroy(): void; setFocus(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }