import { RouterManagedTag } from '@tanstack/router-core';
export declare const useTags: () => RouterManagedTag[];
/**
 * @description The `HeadContent` component is used to render meta tags, links, and scripts for the current route.
 * It should be rendered in the `<head>` of your document.
 */
export declare function HeadContent(): import("react/jsx-runtime").JSX.Element[];
