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