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