export declare const F_COUNTRY: { country_code: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; country_name: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; native_name: { id: string; label: string; is_required: boolean; max_length: number; placeholder: string; }; };