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