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