import { CanvasScreenshotOptions, ScreenshotElOptions, ScreenshotResult } from './types'; export declare const loadHtml2Image: (src: string) => Promise[]>; export declare const screenshotEl: (el: HTMLElement, opt?: ScreenshotElOptions, pluginOptions?: CanvasScreenshotOptions) => Promise | undefined>;