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