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