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