import { DeepPartial } from '../../helper/utils'; export declare const useEmptyObject: (data: T, defaultValue?: DeepPartial | undefined) => T;