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