import { OnDestroy } from '@angular/core'; import { Observable } from 'rxjs'; import * as i0 from "@angular/core"; export declare class SharedEventsService implements OnDestroy { private onDestroy$; private mouseOver$; ngOnDestroy(): void; getMouseoverObservable({ element, padding }: { element: any; padding: any; }): Observable; private isInRegion; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }