import { AfterViewInit, ElementRef, EventEmitter, NgZone, OnDestroy, OnInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class ScStickyHeaderDirective implements AfterViewInit, OnInit, OnDestroy { private el; private zone; isTablet: boolean; selector: any; stickyAdded: EventEmitter; scrollParent: any; stickyTop: number; constructor(el: ElementRef, zone: NgZone); ngOnInit(): void; ngOnDestroy(): void; ngAfterViewInit(): void; private onScroll; get offsetTop(): number; stickyToggle(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }