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