import { PositioningOptions } from './positioning.options'; import * as i0 from "@angular/core"; export declare class PositioningService { position(options: PositioningOptions): void; isElementBelowTheFold(element: HTMLElement): boolean; private _getHtmlElement; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; }