import type { ImgConfigOptions, ImgHTMLData } from "../types"; export default function renderImg( config: ImgConfigOptions ): Promise;