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