declare function mergeProps(...props: any[]): object | undefined;

export { mergeProps };
