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