import { InjectionToken, Type } from '@angular/core';
import { NgxTooltipConfig } from './tooltip-config';
export declare const NGX_TOOLTIP_CONFIG: InjectionToken<NgxTooltipConfig>;
export declare const NGX_TOOLTIP_COMPONENT: InjectionToken<Type<any>>;
