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