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