import type { BackgroundPictureConfigOptions, BackgroundPictureHTMLData, } from "../types"; export default function renderBackgroundPicture( config: BackgroundPictureConfigOptions ): Promise;