import { Element } from "parse5"; import { Image } from "../types"; export declare const impliedPhoto: (node: Element, children: Element[]) => Image | string | undefined;