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