import { FC } from 'react';
import { IconProps } from './Header-Icons';
import './Weather-Icon.css';
/**
 * Иконка сервиса «Погода»
 * @param {IconProps} props
 *
 */
export declare const WeatherIcon: FC<IconProps>;
