import { ModuleWithProviders } from '@angular/core'; import { NgxEditorJSModuleConfig } from '../../types/config'; /** * This module provides the `NgxEditorJSMatFieldComponent` along with exporting the * `NgxEditorJSComponentModule`. If using this module, Angular Material is required */ export declare class NgxEditorJSMatFieldModule { constructor(parentModule: NgxEditorJSMatFieldModule); /** * Use this method in the root of the application. You can pass an optional configuration * which sets some defaults, or use the provided defaults. * @param config The optional configuration to pass */ static forRoot(config?: NgxEditorJSModuleConfig): ModuleWithProviders; }