import * as go from '../../../../libs/gojs/release/go'; import { NodeElement } from './base/node-element'; import { Injector } from '@angular/core'; export declare class WeatherElement extends NodeElement { private readonly graphService; constructor(injector: Injector); protected compile(model: any, data: any, svg: JQuery): void; getPaletteTemplate(): go.Node; getDiagramTemplate(): go.Node; getCategoryKey(): string; createIconSvg(stroke: string, viewBox?: string, width?: string, height?: string): SVGSVGElement; createRectSvg(fill: string, width: string, height: string): SVGSVGElement; convertSvgToDataUri(element: SVGSVGElement): string; getRectSvg(fill: string): string; getRainSvg(stroke: string): string; getLocSvg(stroke: string): string; getWindSvg(stroke: string): string; }