export class HTMLMesh extends Mesh<import("three").BufferGeometry, import("three").Material | import("three").Material[]> {
    constructor(dom: any);
    dispose: () => void;
    update: () => void;
}
export class HTMLSprite extends Sprite {
    constructor(dom: any);
    dispose: () => void;
    update: () => void;
}
import { Mesh } from "_lingo3d-vue@1.34.4@lingo3d-vue/node_modules/lingo3d/node_modules/@types/three/src/objects/Mesh";
import { Sprite } from "_lingo3d-vue@1.34.4@lingo3d-vue/node_modules/lingo3d/node_modules/@types/three/src/objects/Sprite";
