import { ElementRef } from '@angular/core';
export declare class NgxFullpageSectionDirective {
    private element;
    constructor(element: ElementRef);
}
