/// declare function getValueByPath(obj: { [x: string]: any; }, path: string): import("react").ReactNode; export default getValueByPath;