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