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