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