import * as react_jsx_runtime from 'react/jsx-runtime'; import { PixelId } from '../track/fbq.cjs'; import { GaId, GtmId } from '../track/gtag.cjs'; import { PixelId as PixelId$1 } from '../track/rdt.cjs'; import '../track/types.cjs'; interface Props { gaId?: GaId; gaSrc?: string; gtmId?: GtmId; hotjarId?: `${number}`; metaPixelId?: PixelId; redditPixelId?: PixelId$1; linkedInPartnerId?: `${number}`; facebookAppId?: string; nonce?: string; debugMode?: boolean; reportWebVitals?: boolean; } declare function Analytics({ gaId, gaSrc, nonce, debugMode, metaPixelId, hotjarId, redditPixelId, linkedInPartnerId, facebookAppId, reportWebVitals, }: Props): react_jsx_runtime.JSX.Element; export { Analytics };