/** * 格式化filter内容,将filter中包含'空'的,全部处理为'' * * @category Utils * @param fValue : 需要格式化的内容 * @returns : 格式化处理之后的内容 */ export declare const handleFilterValue: (fValue: any) => any;