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