import type { GenericObject } from './types.js';
export declare function mergeProps(...args: GenericObject[]): GenericObject;
