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