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