///
export interface BackgroundImageProps extends React.HTMLProps {
/** The URL or file path of the image for the background */
src: string;
/** Additional classes added to the background image. */
className?: string;
}
export declare const BackgroundImage: React.FunctionComponent;
//# sourceMappingURL=BackgroundImage.d.ts.map