export declare function pickBy, TKey extends keyof T>(object: T, predicate: (value: T[TKey], key: TKey) => boolean): Partial; export default pickBy;