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