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