export declare class HTMLDwebMotionSensorsElement extends HTMLElement { static readonly tagName = "dweb-motion-sensors"; readonly plugin: import("./motionSensors.plugin.js").MotionSensorsPlugin; startAccelerometer(fps?: number): Promise; startGyroscope(fps?: number): Promise; } declare global { interface HTMLElementTagNameMap { [HTMLDwebMotionSensorsElement.tagName]: HTMLDwebMotionSensorsElement; } } //# sourceMappingURL=motionSensors.wc.d.ts.map