import { InjectionToken } from '@angular/core'; import { NgxTippyProps } from './ngx-tippy.interfaces'; export declare const NGX_TIPPY_MESSAGES: InjectionToken<{ [key: string]: string; }>; export declare const TIPPY_FAKE_INSTANCE: InjectionToken; export declare const NGX_TIPPY_CONFIG: InjectionToken;