import { WeatherType } from '../getLocationWeather'; type Props = { type: WeatherType; }; declare const WeatherIcon: ({ type }: Props) => import("react/jsx-runtime").JSX.Element; export default WeatherIcon;