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