import { ElementRef } from '@angular/core'; export declare class TooltipDirective { private readonly el; toolTip: any; toolTipPosition: 'left' | 'right' | 'top' | 'bottom'; toolTipColor: 'info' | 'warning' | 'danger' | 'success'; toolTipIsMultiline: boolean; constructor(el: ElementRef); }