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