import { ComponentRef, ElementRef } from '@angular/core'; import { AlignmentTypes, PlacementTypes } from './sc-tooltip.types'; import { DomService } from '../dom/dom.service'; import * as i0 from "@angular/core"; export declare class ScTooltipService { private domService; private tooltipContainerId; private innerElementId; constructor(domService: DomService); showTooltip(title: string, placement: PlacementTypes, textAlignment: AlignmentTypes, host: ElementRef, includeSecondAction?: boolean, icon?: any): ComponentRef; removeTooltip(component: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }