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