import { IParallaxScrollConfig } from './ng2-parallaxscroll';
import { OnInit } from '@angular/core';
export declare class ParallaxScrollComponent implements OnInit {
    config: IParallaxScrollConfig;
    img: string;
    paraClass: string;
    parallaxStyles: any;
    ngOnInit(): void;
}
