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