import { Injector } from '@angular/core';
import { ViewService } from '@ngneat/overview';
import { Content } from '@ngneat/overview';
import type { Observable } from 'rxjs';
import { CreateOptions, ExtendedTippyInstance, TippyConfig } from '@ngneat/helipopper/config';
import * as i0 from "@angular/core";
export declare class TippyService {
    private globalConfig;
    private view;
    private injector;
    private readonly _tippyFactory;
    constructor(globalConfig: TippyConfig, view: ViewService, injector: Injector);
    create<T extends Content>(host: HTMLElement, content: T, options?: Partial<CreateOptions>): Observable<ExtendedTippyInstance<T>>;
    static ɵfac: i0.ɵɵFactoryDeclaration<TippyService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<TippyService>;
}
