import { Renderer2, ElementRef, AfterViewInit } from '@angular/core'; import * as i0 from "@angular/core"; export declare class FixedWithScrollDirective implements AfterViewInit { private render; private elemRef; constructor(render: Renderer2, elemRef: ElementRef); container: any; actual: any; host: any; review: any; imageNums: any; isFixed: boolean; handelFixedSide(): void; OnScroll(): void; onResize(): void; ngAfterViewInit(): void; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵdir: i0.ɵɵDirectiveDeclaration; }