/** * 为列配置处理 hideInSearch 属性的默认值 * * 理论上在 table 里是不能有 form 相关的列的(除了一些共通属性以外), * 像 valueType: dependency 这种是 form 独有的,这样的列只能出现在搜索区域。 */ export declare const patchHideInSearch: (columns: any, defaultHideInSearch: boolean) => any[];