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