import { WeatherListProps } from "../types"; import { FunctionComponent } from 'react'; declare const WeatherList: FunctionComponent; export default WeatherList;