import { ModuleWithProviders } from '@angular/core';
import { NgxSliderRecaptchaOptions } from './config/ngx-slider-recaptcha-options';
import * as i0 from "@angular/core";
import * as i1 from "@angular/common";
import * as i2 from "./components/ngx-slider-recaptcha.component";
export declare class NgxSliderRecaptchaModule {
    static forRoot(options?: NgxSliderRecaptchaOptions): ModuleWithProviders<NgxSliderRecaptchaModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<NgxSliderRecaptchaModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<NgxSliderRecaptchaModule, never, [typeof i1.CommonModule, typeof i2.NgxSliderRecaptchaComponent], [typeof i2.NgxSliderRecaptchaComponent]>;
    static ɵinj: i0.ɵɵInjectorDeclaration<NgxSliderRecaptchaModule>;
}
