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