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