/**
 * 获取图片信息
 */
declare function getImageInfo(src: string, attrs?: Record<string, any>): Promise<HTMLImageElement>;

export { getImageInfo };
