export declare class WeatherItem { /** * Component JSON text */ icon: string; name: string; value: string; rotateIcon?: number; render(): any[]; }