import { TAnyObject } from '../typings/object';
export default function cloneObjectDataProps<Obj = TAnyObject>(obj: Obj): Obj;
