import Weather from './weather'; export type { WeatherProps } from './weather'; export default Weather;