/*! * BVHEcctrl * https://github.com/pmndrs/BVHEcctrl * (c) 2025 @ErdongChen-Andrew * Released under the MIT License. */ import React from "react"; declare const _default: React.MemoExoticComponent<(props: JoystickProps) => React.JSX.Element>; export default _default; export interface JoystickProps { joystickMaxRadius?: number; joystickWrapperStyle?: React.CSSProperties; joystickBaseStyle?: React.CSSProperties; joystickKnobStyle?: React.CSSProperties; }