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