import { type SelectOption, type SelectOptionValue, type SelectOptionWithLabel } from '../../types'; import { type useLanguage } from '../../composables'; export declare const translateSelectOption: (option: SelectOption, translate: ReturnType['translate']) => SelectOptionWithLabel;