import { type ComputedRef } from "vue"; import { type Localization } from "@vue-pdf-viewer/shared"; export declare const useLocalization: () => { t: (key: keyof Localization) => string; currentLocale: ComputedRef; };