import { ModuleWithProviders, Type } from '@angular/core'; import { DynamicFormRuntimeConfig } from './utils/dynamic-form-runtime-config'; export declare class DynamicFormRuntimeModule { static forRoot(config: Type): ModuleWithProviders; }