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