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