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