import { ElementRef } from '@angular/core';
import { NgxFullpageService } from '../ngx-fullpage.service';
export declare class NgxFullpagePrevButtonDirective {
    private el;
    private justFullpageService;
    constructor(el: ElementRef, justFullpageService: NgxFullpageService);
}
