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