import { default as React } from 'react'; export interface BackgroundImageProps { src: string; withShadow?: boolean; halfOpacity?: boolean; } export declare const BackgroundImage: React.FC>;