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