import { Bitmap } from "./Bitmap";
/**
 * @private
 * <p> <code>HTMLImage</code> 用于创建 HTML Image 元素。</p>
 * <p>请使用 <code>HTMLImage.create()<code>获取新实例，不要直接使用 <code>new HTMLImage<code> 。</p>
 */
export declare class HTMLImage extends Bitmap {
    /**
     * <p><b>不支持canvas了，所以备Texture2D替换了</p>
     * <p>创建一个 <code>HTMLImage</code> 实例。</p>
     * <p>请使用 <code>HTMLImage.create()<code>创建实例，不要直接使用 <code>new HTMLImage<code> 。</p>
     *
     */
    static create: Function;
}
