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