error when import GoogleAnalitics from “@next/third-parties/google”

I want to use googleAnalytics in my project.
According to the next document, I imported GoogleAnalytics, but it gives me an error that something like this has not been exported from this path.

note: im using javascript not typescript

I expected it to work without any error but it gives me this error :

Attempted import error: ‘GoogleAnalytics’ is not exported from ‘@next/third-parties/google’ (imported as ‘GoogleAnalytics’).

Import trace for requested module:
./src/app/layout.js