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