import React from 'react'; import { MemoryBackgroundImageProps, MemoryImageProps } from './index.web'; export declare const MemoryImage: React.FC; export declare const MemoryBackgroundImage: React.FC; declare const _default: { MemoryImage: React.FC; MemoryBackgroundImage: React.FC; }; export default _default;