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