import { FunctionComponent } from "react"; import { WeatherCommonProps } from "../types"; export declare let globalSettings: WeatherCommonProps | null; declare const WeatherGlobal: FunctionComponent; export default WeatherGlobal;