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