import { EventEmitter, AfterContentInit, TemplateRef, ChangeDetectorRef } from '@angular/core'; import * as i0 from "@angular/core"; export declare class IgxSimpleDefaultTooltipComponent implements AfterContentInit { private _changeDetectorRef; tooltip: TemplateRef; labelText: any; constructor(_changeDetectorRef: ChangeDetectorRef); ensureDefaultTooltip(gauge: any): void; getLabel(context: any): any; onContentReady: EventEmitter; ngAfterContentInit(): void; static register(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }