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