import { Element } from "parse5"; import { Image, ParsingOptions } from "../types"; export declare const parseImage: (node: Element, { inherited }?: Partial) => Image | string | undefined;