import React from 'react'; export declare const AnalyticsProvider: (props: { children: string | JSX.Element | JSX.Element[]; }) => React.JSX.Element;