export declare function mergeProps(defaultProps: T, props: U): { [Key in Extract]: U[Key]; } & { [Key in Exclude]?: U[Key]; };