export default function pick(obj: T, keys: Array): Pick; export declare function pickDataAttributes(obj: T): { [key in K]: any; };