import { ElementRef, OnDestroy, OnInit } from '@angular/core'; import { Subscription } from 'rxjs'; import * as i0 from "@angular/core"; export declare class StickyComponent implements OnInit, OnDestroy { private el; offsetTop: number; scroller: any; subscribeScoll$: Subscription; fixed: boolean; constructor(el: ElementRef); ngOnInit(): void; ngOnDestroy(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵcmp: i0.ɵɵComponentDeclaration; }