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