import { InjectionToken } from '@angular/core';
export declare const COUNTRIES: InjectionToken<any>;
