import { Image, ParsedImageOptions } from "../types";
/**
 * captureElement
 *
 * Captures an image from an HTML element and returns it.
 */
export declare function captureElement(element: HTMLElement, imageOptions: ParsedImageOptions, filenames: string[]): Promise<Image>;
//# sourceMappingURL=capture-element.d.ts.map