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