import { ModuleWithProviders } from '@angular/core'; /** * A simple lightweight library for Angular with other dependencies * that detects when an element is within the browsers viewport and adds a * sn-viewport--in or sn-viewport--out class to the element. */ export declare class InViewportModule { static forServer(): ModuleWithProviders; }