import { ImageBackground as RNImageBackground, } from 'react-native';
import { styled, } from '../../styled';
export const ImageBackground = styled(RNImageBackground, {
    style: 'view',
    imageStyle: 'image',
});
ImageBackground.displayName = 'ImageBackground';
//# sourceMappingURL=ImageBackground.jsx.map