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