import { PropType } from 'vue'; import type { Ref } from 'vue'; import { TolgeeInstance, TolgeeStaticDataProp } from '@tolgee/web'; export type SSROptions = { /** * Hard set language to this value, use together with `staticData` */ language?: string; /** * If provided, static data will be hard set to Tolgee cache for initial render */ staticData?: TolgeeStaticDataProp; }; export declare const TolgeeProvider: import("vue").DefineComponent<{ tolgee: { type: PropType; required: false; }; fallback: { type: PropType; }; ssr: { type: PropType; required: false; }; }, { isLoading: Ref; }, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly; required: false; }; fallback: { type: PropType; }; ssr: { type: PropType; required: false; }; }>>, {}>;