import type { RouteLocationNormalized, RouteLocationNormalizedLoaded } from 'vue-router'; import type { Ref } from 'vue'; import type { ParsedContent } from '@nuxt/content'; export declare const useContentHead: (_content: ParsedContent | Ref, to?: RouteLocationNormalized | RouteLocationNormalizedLoaded) => void;