import { ModuleWithProviders } from '@angular/core'; import { FastSvgProviderOptions } from './provider-config.interface'; import * as i0 from "@angular/core"; import * as i1 from "./fast-svg.component"; /** * @deprecated Use `provideFastSVG` provider function instead */ export declare class FastSvgModule { static forRoot(options: FastSvgProviderOptions): ModuleWithProviders; static forChild(): ModuleWithProviders; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵmod: i0.ɵɵNgModuleDeclaration; static ɵinj: i0.ɵɵInjectorDeclaration; }