import { OnChanges } from '@angular/core';
import * as i0 from "@angular/core";
export declare class ScrollIntoViewIfDirective implements OnChanges {
    private readonly _element;
    private readonly _scrollIntoViewService;
    condition: boolean;
    scrollParent: HTMLElement;
    ngOnChanges(): void;
    static ɵfac: i0.ɵɵFactoryDeclaration<ScrollIntoViewIfDirective, never>;
    static ɵdir: i0.ɵɵDirectiveDeclaration<ScrollIntoViewIfDirective, "[uxScrollIntoViewIf]", never, { "condition": { "alias": "uxScrollIntoViewIf"; "required": false; }; "scrollParent": { "alias": "scrollParent"; "required": false; }; }, {}, never, never, false, never>;
}
