import { ModuleWithProviders, Type } from '@angular/core'; import { PresetType } from './preset-token'; import { PresetService } from './preset.service'; export declare class PresetDefaultModule { static forComponent(component: Type, presetType: Type): ModuleWithProviders; static forComponents(components: Type[], presetType: Type): ModuleWithProviders; constructor(presetService: PresetService); }