/** * Renders all collected meta descriptors from route handlers. * * Place this component inside the `` element of your document. * It will automatically update when meta descriptors change during navigation. * * When theme is enabled in router config, also renders the theme initialization * script to prevent FOUC (flash of unstyled content). * * Async meta descriptors (Promise) are resolved using * React's use() hook. RSC streaming handles the Promise resolution. */ export declare function MetaTags(): React.ReactNode; //# sourceMappingURL=MetaTags.d.ts.map