export declare const useMemoMergePropsWithDefault: >(props: Partial, defaultProps: Partial, compare?: (a: any, b: any) => boolean) => T;