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