import { OnInit, AfterViewInit, ElementRef } from '@angular/core';
import { ModelService } from '../services/model.service';
import { TooltipService } from '../services/tooltip.service';
import { HelperService } from '../services/helper.service';
import * as i0 from "@angular/core";
export declare class TooltipComponent implements OnInit, AfterViewInit {
    model: ModelService;
    tooltipService: TooltipService;
    helper: HelperService;
    element: ElementRef;
    constructor(model: ModelService, tooltipService: TooltipService, helper: HelperService);
    ngAfterViewInit(): void;
    ngOnInit(): void;
    action(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<TooltipComponent, never>;
    static ɵcmp: i0.ɵɵComponentDeclaration<TooltipComponent, "sti-tooltip", never, {}, {}, never, never, false, never>;
}
