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