import React from "react"; interface ResponsiveBackgroundImageProps { coverImageUrl?: string; mobileCoverImageUrl?: string; alt?: string; styles?: React.CSSProperties; } export declare const ResponsiveBackgroundImage: React.FC; export default ResponsiveBackgroundImage;