import { Component } from "./component"; export class MotionController { constructor(xrInputSource: object, profile: object, assetUrl: string); readonly xrInputSource: object; readonly assetUrl: string; readonly id: string; readonly components: { [key: string]: Component }; get data(): object; updateFromGamepad(): void; }