import { ModuleWithProviders } from '@angular/core';
import { ComponentRegistry, OrchestratorCoreModule, OrchestratorDynamicComponentType } from '@orchestrator/core';
import * as i0 from "@angular/core";
export declare class OrchestratorCoreTestingModule {
    static withComponents(components: ComponentRegistry<OrchestratorDynamicComponentType<any>>): ModuleWithProviders<OrchestratorCoreModule>;
    static ɵfac: i0.ɵɵFactoryDeclaration<OrchestratorCoreTestingModule, never>;
    static ɵmod: i0.ɵɵNgModuleDeclaration<OrchestratorCoreTestingModule, never, never, never>;
    static ɵinj: i0.ɵɵInjectorDeclaration<OrchestratorCoreTestingModule>;
}
