import { ElementRef, OnInit } from '@angular/core';
import * as i0 from "@angular/core";
export declare class HasTooltipDirective implements OnInit {
    private el;
    tooltip: {
        position: string;
        text: string;
    } | undefined;
    constructor(el: ElementRef);
    ngOnInit(): void;
    private setupTooltip;
    static ɵfac: i0.ɵɵFactoryDeclaration<HasTooltipDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<HasTooltipDirective, "[appHasTooltip]", never, { "tooltip": { "alias": "tooltip"; "required": false; }; }, {}, never, never, false, never>;
}
