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