import * as vue from 'vue'; import { CreateStreamableClientHeadOptions } from 'unhead/stream/client'; export { CreateStreamableClientHeadOptions, UnheadStreamQueue } from 'unhead/stream/client'; export { V as VueHeadMixin } from '../shared/vue.DnywREVF.js'; import { V as VueHeadClient, U as UseHeadInput } from '../shared/vue.CajUUuy2.js'; import 'unhead/types'; /** * Client-side HeadStream - renders nothing (script already executed during SSR streaming) */ declare const HeadStream: vue.DefineComponent<{}, () => null, {}, {}, {}, vue.ComponentOptionsMixin, vue.ComponentOptionsMixin, {}, string, vue.PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, vue.ComponentProvideOptions, true, {}, any>; /** * Creates a client head by wrapping the core instance from the iife script. */ declare function createStreamableHead(options?: CreateStreamableClientHeadOptions): VueHeadClient | undefined; export { HeadStream, VueHeadClient, createStreamableHead };