import { TemplateFunction } from "./template"; import { IgcHTMLElement } from "./igc-html-element"; export declare class IgcSimpleDefaultTooltipComponent extends IgcHTMLElement { tooltip: TemplateFunction; labelText: any; constructor(); ensureDefaultTooltip(gauge: any): void; getLabel(context: any): any; onContentReady: () => void; render(context: any): void; connectedCallback(): void; protected static _registered: boolean; static htmlTagName: string; static register(): void; }