import { LabelValue } from '../interfaces/interfaces'; export declare const countriesObject: { [key: string]: string; }; export declare const COUNTRIES_LABELVALUE: LabelValue[];