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