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