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