import { ModuleWithProviders } from '@angular/core'; import { Config } from './models/config'; import * as i0 from "@angular/core"; import * as i1 from "@angular/router/testing"; import * as i2 from "@becamex/ng.theme-shared"; /** * ThemeSharedTestingModule is the module that will be used in tests */ export declare class ThemeSharedTestingModule { static withConfig({ validation }?: Config): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }