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