declare const downloadElementImage: (el: HTMLElement, name?: string, scale?: number) => Promise<unknown>;
export default downloadElementImage;
