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