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