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