import type * as React from 'react';
export declare function mergeProps(...propsList: (React.HTMLProps<HTMLElement> & {})[]): Record<string, unknown>;
