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