import type { TupleTypes, UnionToIntersection } from '../utility-types'; declare type Props = Record; export declare function mergeProps(...args: T): UnionToIntersection>; export {};