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