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