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