declare const findNestedPropertyInObject: (obj: any, propertyPath: any) => any; export default findNestedPropertyInObject;