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