import { Image, ImageBackground } from 'react-native';
declare const BackgroundImage: typeof ImageBackground | typeof Image;
export default BackgroundImage;
