export declare const FEEDBACK_END_JOURNEY: { FIRST_LOAN: string; FIRST_LOAN_DISBURSEMENT: string; SECOND_LOAN_DISBURSEMENT: string; PAIDBACK: string; }; export declare const FEEDBACK_CONTENT: { END_JOURNEY_FIRST_LOAN: { ces: { description: string; emotionTextLow: string; emotionTextHigh: string; }; emoScore: { description: string; emotionTextLow: string; emotionTextHigh: string; }; }; END_JOURNEY_FIRSTLOAN_DISBURSEMENT: { ces: { description: string; emotionTextLow: string; emotionTextHigh: string; }; emoScore: { description: string; emotionTextLow: string; emotionTextHigh: string; }; }; END_JOURNEY_SECONDLOAN_DISBURSEMENT: { ces: { description: string; emotionTextLow: string; emotionTextHigh: string; }; emoScore: { description: string; emotionTextLow: string; emotionTextHigh: string; }; }; END_JOURNEY_PAIDBACK: { ces: any; emoScore: { description: string; emotionTextLow: string; emotionTextHigh: string; }; }; }; export declare const FEEDBACK_JOURNEY_CES_ITEM: { name: string; src: string; alt: string; value: number; id: string; }[]; export declare const FEEDBACK_JOURNEY_EMOSCORE_ITEM: { name: string; src: string; alt: string; value: number; id: string; }[];