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