import type { LocaleService } from '@univerjs/core'; import type { OptionType } from './Options'; export declare function useTranslatedOptions(localeService: LocaleService, options: OptionType[]): { label: string; value: string; }[];