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