export declare const MonthlyIncomeFieldData: { formControlName: string; id: string; type: string; prefixIcon: { iconName: string; }; label: string; validationList: { errorKey: string; args: number[]; message: string; }[]; requiredMessage: string; validCharacters: string; };