import IAttributeDeclaration from "grimoirejs/ref/Node/IAttributeDeclaration"; import Component from "grimoirejs/ref/Node/Component"; export default class GLTFVertexMorpher extends Component { static attributes: { [key: string]: IAttributeDeclaration; }; private _meshComponent; private _morphTarget; $mount(): void; }