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