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