import { AfterViewInit, ElementRef, OnChanges, SimpleChanges } from "@angular/core"; import * as i0 from "@angular/core"; export declare class IntDropdownAreaItemDirective implements AfterViewInit, OnChanges { readonly elementRef: ElementRef; isActive: boolean; constructor(elementRef: ElementRef); ngAfterViewInit(): void; ngOnChanges(changes: SimpleChanges): void; scrollTo(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }