import { ElementRef, AfterViewInit } from '@angular/core'; export declare class ShowTitleDirective implements AfterViewInit { private el; enableTips: boolean; constructor(el: ElementRef); ngAfterViewInit(): void; }