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