import { ElementRef, EventEmitter } from '@angular/core'; import * as i0 from "@angular/core"; declare const SbTooltipCore: import("../../core").Constructor & import("../../core").AbstractConstructor & { new (_elementRef: ElementRef): { _elementRef: ElementRef; }; }; export declare class SbTooltipComponent extends SbTooltipCore { showStart: EventEmitter; showEnd: EventEmitter; hideStart: EventEmitter; hideEnd: EventEmitter; visible: boolean; text: string; delay: number; position: string; constructor(elementRef: ElementRef); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; } export {};