export declare const COUNTRY_CODES: { code: string; label: string; }[]; export declare const GENDER_OPTIONS: { value: string; label: string; }[]; export declare const BLOOD_GROUP_OPTIONS: { value: string; label: string; }[]; export declare const mapBloodGroupToApi: (uiBloodGroup: string) => string;