/// <reference types="react" />
import { Computed } from './Computed';
export declare const Memo: import("react").MemoExoticComponent<typeof Computed>;
