import React from 'react';
import { ImageProps } from './types';
declare const BackgroundImage: React.FC<ImageProps>;
export default BackgroundImage;
