import React from 'react'; import { ImageBackgroundProps } from './types'; declare const ImageBackground: React.ForwardRefExoticComponent & React.RefAttributes>; export { ImageBackground };