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