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