export default function mergeProps<P>(props: P | undefined, otherProps: P | undefined): P | undefined;
