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