import { AfterViewInit, ElementRef } from "@angular/core"; import { CoreComponent } from "../../components"; import * as i0 from "@angular/core"; export declare class ZekTooltip extends CoreComponent implements AfterViewInit { private el; private _tooltip; constructor(el: ElementRef); destroy(): Promise; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }