/** * 从对象中提取属性 * @category Object * @param data * @param props */ export declare const pick: (data: D, props: T[]) => Pick;