import { AfterViewInit, ElementRef, Renderer2 } from '@angular/core'; import { AlignmentTypes, PlacementTypes } from '../sc-tooltip.types'; import * as i0 from "@angular/core"; export declare class ScTooltipContentComponent implements AfterViewInit { elementRef: ElementRef; private renderer; title: string; textAlignment: AlignmentTypes; ref: any; placement: PlacementTypes; showCaret: boolean; includeSecondAction: boolean; icon: any; host: ElementRef; tooltipSpacing: number; tooltipAlignment: AlignmentTypes; caretElm: any; constructor(elementRef: ElementRef, renderer: Renderer2); ngAfterViewInit(): void; onWindowResize(): void; positionTooltip(): void; checkFlip(hostDim: any, elmDim: any): void; positionContent(nativeElm: any, hostDim: any, elmDim: any): void; positionCaret(hostDim: any, elmDim: any): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }