import React from 'react'; export declare class NativeImageBackground extends React.Component { setNativeProps(props: any): void; _viewRef: any; _captureRef: (ref: any) => void; render(): JSX.Element; } export default NativeImageBackground;