import { DeepPartial } from '../../helper/utils'; export declare const useMerge: (target: T, ...sources: DeepPartial[]) => T;