import { ElementRef, OnInit } from '@angular/core'; export declare class BudgetKeyTooltipDirective implements OnInit { content: string; private tooltipEl; constructor(el: ElementRef); ngOnInit(): void; }