import React from 'react'; import { ImageBackgroundProps } from './Image.types'; export declare function ImageBackground({ style, imageStyle, children, ...props }: ImageBackgroundProps): React.JSX.Element; //# sourceMappingURL=ImageBackground.d.ts.map