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