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