import { ModuleWithProviders } from '@angular/core'; import { SvgIconRegistry } from './registry'; import { SVG_CONFIG, SvgIconType } from './types'; import * as i0 from "@angular/core"; export declare class SvgIconsModule { private service; static forRoot(config?: Partial): ModuleWithProviders; static forChild(icons: SvgIconType | SvgIconType[]): ModuleWithProviders; constructor(icons: SvgIconType[] | SvgIconType[][], missingIconFallback: SvgIconType, service: SvgIconRegistry); static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }