export declare const F_MAP_COUNTRY_LANGUAGE: { country_lang_code: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; country_code: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; lang_code: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; };