import { PropsWithChildren, ComponentType } from 'react'; declare const valueMemo: (component: ComponentType) => import("react").MemoExoticComponent>; export default valueMemo; export declare const valueCompare:

(prev: Readonly>, next: Readonly>) => boolean;