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