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