import React from 'react'; import type { ImageBackgroundProps } from './types'; declare const ImageBackground: React.NamedExoticComponent; export { ImageBackground }; //# sourceMappingURL=ImageBackground.d.ts.map