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