declare const _default: (data: any[], key: string) => string[]; /** * 返回一个对象数组里面某一项key的合集 */ export default _default;