import * as i0 from "@angular/core";
export declare class ScrollIntoViewService {
    scrollIntoView(elem: HTMLElement, scrollParent: HTMLElement): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ScrollIntoViewService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<ScrollIntoViewService>;
}
