import { ComponentRef, TemplateRef, ViewContainerRef } from '@angular/core'; import { TooltipContentV4Component } from './tooltip-content-v4.component'; import * as i0 from "@angular/core"; export declare class TooltipContentV4Directive { private templateRef; private viewContainerRef; private componentRef; testId: string; constructor(templateRef: TemplateRef, viewContainerRef: ViewContainerRef); get tooltipComponentRef(): ComponentRef; create(): void; destroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }