export interface Indexable { [key: string]: any; } export default function mergeProps(obj: T, newObj: T2): T | T2 | undefined;