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