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