import { ForwardRefExoticComponent, PropsWithoutRef, RefAttributes } from 'react'; import { JoystickIcon as VanillaJoystickIcon } from '@pmndrs/uikit-lucide'; import { SvgProperties } from '@react-three/uikit'; export declare const JoystickIcon: ForwardRefExoticComponent & RefAttributes>; export declare const Joystick: ForwardRefExoticComponent & RefAttributes>;