import { TemplateRef, ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IgxTooltipContainerComponent { private _changeDetectorRef; constructor(_changeDetectorRef: ChangeDetectorRef); private _tooltipContent; private _template; set template(value: TemplateRef); get template(): TemplateRef; private _containerTemplate; set containerTemplate(value: TemplateRef); get containerTemplate(): TemplateRef; private _context; set context(value: any); get context(): any; static register(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }