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