export declare const image2Canvas: (img: HTMLImageElement, options?: { width: number; height: number; }) => HTMLCanvasElement;