export declare function useComponentMemo(getValue: () => Value, condition: Condition, shouldUpdate?: (prev: Condition, next: Condition) => boolean): Value | undefined; //# sourceMappingURL=use-memo.d.ts.map