import { OnInit, ElementRef, EventEmitter } from '@angular/core'; export declare class StickyHeaderComponent implements OnInit { private element; sectionPosition: EventEmitter<{}>; title: any; constructor(element: ElementRef); ngOnInit(): void; onResize(event: any): void; }