import type { TuiLanguage } from '@taiga-ui/i18n/types';
import type { Observable } from 'rxjs';
export declare function tuiExtractI18n<K extends keyof TuiLanguage>(key: K): () => Observable<TuiLanguage[K]>;
