declare class IconUrlManager { svgIconUrl: string; constructor(other?: Partial); update(other: Partial): void; setSvgIconUrl(value: string): void; } declare const iconUrlManager: IconUrlManager; export { IconUrlManager, iconUrlManager };