import { ModuleWithProviders } from '@angular/core';
import { OneTrustConfig } from './types';
import * as i0 from "@angular/core";
export declare class OneTrustModule {
    static forRoot(oneTrustConfig: OneTrustConfig): ModuleWithProviders<OneTrustModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<OneTrustModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<OneTrustModule, never, never, never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<OneTrustModule>;
}
