import type { BackgroundImageConfigOptions, BackgroundImageHTMLData, } from "../types"; export default function renderBackgroundImage( config: BackgroundImageConfigOptions ): Promise;