import React from "react"; import hoistNonReactStatics from "hoist-non-react-statics"; import { AnalyticsContextValue } from "./types"; export declare function withAnalytics

(WrappedComponent: React.ComponentType

): ((props: P & AnalyticsContextValue) => JSX.Element) & hoistNonReactStatics.NonReactStatics, {}>; //# sourceMappingURL=withAnalytics.d.ts.map