/// import { WeatherCommonProps, WeatherComponentLocationProps, ComponentEnhancerType } from "../types"; declare const weatherEnhancer: (Component: (new (props: ComponentEnhancerType) => JSX.Element | null) | ((props: ComponentEnhancerType) => JSX.Element | null), config: (Partial & import("../types").WeatherComponentIdProps & { type: E; }) | (Partial & import("../types").WeatherComponentNamesProps & { type: E; }) | (Partial & import("../types").WeatherComponentGeoProps & { type: E; })) => (props: Pick>) => JSX.Element; export default weatherEnhancer;