import { ElementRef } from '@angular/core'; export declare class TooltipDirective { sbmTooltipAttr: any; private el; constructor(sbmTooltipAttr: any, el: ElementRef); sbmTooltip: any; ngAfterViewInit(): void; ngOnDestroy(): void; }