import type { PipeTransform } from '@angular/core';
import type { TuiCountryIsoCode } from '@taiga-ui/i18n/types';
import type { Observable } from 'rxjs';
import * as i0 from "@angular/core";
export declare class TuiSortCountriesPipe implements PipeTransform {
    private readonly countriesNames$;
    transform(countries: readonly TuiCountryIsoCode[]): Observable<TuiCountryIsoCode[]>;
    static ɵfac: i0.ɵɵFactoryDeclaration<TuiSortCountriesPipe, never>;
    static ɵpipe: i0.ɵɵPipeDeclaration<TuiSortCountriesPipe, "tuiSortCountries", true>;
}
