export declare function mergeProps(a: A, b: B): B & A; export declare function mergeProps(a: A, b: B, c: C): C & B & A;