import * as i0 from '@angular/core'; import { OnChanges, OnDestroy, TemplateRef, Type } from '@angular/core'; import { TdTooltipTrigger, TdTooltipTriggerOn, TdTooltipPosition } from '@covalent/echarts/base'; declare class TdTooltipContext { $implicit: any; ticket: string; } declare class TdChartTooltipFormatterDirective { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; } declare class TdChartTooltipComponent implements OnChanges, OnDestroy { private _changeDetectorRef; private _elementRef; private _optionsService; private _state; _context: TdTooltipContext; config: any; show?: boolean | undefined; trigger?: TdTooltipTrigger; axisPointer: any; showContent?: boolean | undefined; alwaysShowContent?: boolean | undefined; triggerOn?: TdTooltipTriggerOn; showDelay?: number | undefined; hideDelay?: number | undefined; enterable?: boolean | undefined; renderMode?: 'html' | 'richText'; confine: boolean; transitionDuration: number; position?: TdTooltipPosition; formatter?: string | Function; backgroundColor?: string | undefined; borderColor?: string | undefined; borderWidth?: number | undefined; padding?: number | undefined; textStyle: any; extraCssText?: string; formatterTemplate: TemplateRef; fullTemplate: TemplateRef; ngOnChanges(): void; ngOnDestroy(): void; private _setOptions; private _removeOption; private _formatter; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare class TdSeriesTooltipComponent implements OnChanges, OnDestroy { private _changeDetectorRef; private _elementRef; private _seriesComponent; private _state; _context: TdTooltipContext; config?: any; formatter?: any; position?: string | string[] | number[]; backgroundColor?: string | undefined; borderColor?: string | undefined; borderWidth?: number | undefined; padding?: number | undefined; textStyle?: { color: string; } | undefined; extraCssText?: string; formatterTemplate: TemplateRef; fullTemplate: TemplateRef; ngOnChanges(): void; ngOnDestroy(): void; private _setOptions; /** * Formatter for tooltip * */ private _formatter; private _removeOption; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } declare const TOOLTIP_MODULE_COMPONENTS: Type[]; /** * @deprecated This module is deprecated and will be removed in future versions. * Please migrate to using standalone components as soon as possible. */ declare class CovalentTooltipEchartsModule { static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; } export { CovalentTooltipEchartsModule, TOOLTIP_MODULE_COMPONENTS, TdChartTooltipComponent, TdChartTooltipFormatterDirective, TdSeriesTooltipComponent, TdTooltipContext };