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