import { ModuleWithProviders } from '@angular/core'; export declare const DEFAULT_PATH = "assets/svg"; export declare const DEFAULT_MAX_AGE = 0; export interface SvgTransferStateBrowserModuleConfig { readonly dir?: string; readonly cacheMaxAge?: number; } export declare class SvgTransferStateBrowserModule { static withConfig(config?: Partial): ModuleWithProviders; }