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