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