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