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