import { DeepPartial, Memo } from '../../internal-types';
export declare const createMemo: (value?: DeepPartial<Memo>) => Memo;
