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